summaryrefslogtreecommitdiff
path: root/odb/source.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-04-02 00:32:56 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-04-02 00:32:56 +0200
commit2c43c9dc379759f76e580c9c97fc5d9036659c25 (patch)
treee570756ca1d65a07df507c604134e0e075671607 /odb/source.hxx
parentb7824f749e29f7c9d018e468e18c2c7b6bd3e4c9 (diff)
Detect odb-enabled classes and generate c-tor implementation
Diffstat (limited to 'odb/source.hxx')
-rw-r--r--odb/source.hxx14
1 files changed, 14 insertions, 0 deletions
diff --git a/odb/source.hxx b/odb/source.hxx
new file mode 100644
index 0000000..9fac039
--- /dev/null
+++ b/odb/source.hxx
@@ -0,0 +1,14 @@
+// file : odb/source.hxx
+// author : Boris Kolpackov <boris@codesynthesis.com>
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// license : GNU GPL v2; see accompanying LICENSE file
+
+#ifndef ODB_SOURCE_HXX
+#define ODB_SOURCE_HXX
+
+#include "context.hxx"
+
+void
+generate_source (context&);
+
+#endif // ODB_SOURCE_HXX