summaryrefslogtreecommitdiff
path: root/odb/source.hxx
diff options
context:
space:
mode:
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