aboutsummaryrefslogtreecommitdiff
path: root/odb/generate.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-03-10 12:07:10 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-03-21 15:40:00 +0200
commitfa1fa57d5fe1cb901520f03e7f802a156aae1034 (patch)
treeb97d57e4a1262add1ff57f76bdbbf9b4b1495e0f /odb/generate.hxx
parentb0f28bd39db1732db794c6ba1f02d244bce0641c (diff)
Move the rest of generators to new ctor-less context
Diffstat (limited to 'odb/generate.hxx')
-rw-r--r--odb/generate.hxx27
1 files changed, 27 insertions, 0 deletions
diff --git a/odb/generate.hxx b/odb/generate.hxx
new file mode 100644
index 0000000..87e36aa
--- /dev/null
+++ b/odb/generate.hxx
@@ -0,0 +1,27 @@
+// file : odb/generate.hxx
+// author : Boris Kolpackov <boris@codesynthesis.com>
+// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// license : GNU GPL v3; see accompanying LICENSE file
+
+#ifndef ODB_GENERATE_HXX
+#define ODB_GENERATE_HXX
+
+namespace include
+{
+ void
+ generate ();
+}
+
+namespace header
+{
+ void
+ generate ();
+}
+
+namespace inline_
+{
+ void
+ generate ();
+}
+
+#endif // ODB_GENERATE_HXX