summaryrefslogtreecommitdiff
path: root/odb/header.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-10-27 17:36:59 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-10-27 17:36:59 +0200
commit7f6c64f2211d37db76a97fbc79a4b5492302ef2f (patch)
treef2e386644fcaab5c51e3f5ad0ac737ea5b4d5bd2 /odb/header.hxx
parent5259b98c75f3754a0f713bcee4bddd0ed7ce35ef (diff)
Implement support for composite value types
New test: common/composite.
Diffstat (limited to 'odb/header.hxx')
-rw-r--r--odb/header.hxx14
1 files changed, 14 insertions, 0 deletions
diff --git a/odb/header.hxx b/odb/header.hxx
new file mode 100644
index 0000000..da5d830
--- /dev/null
+++ b/odb/header.hxx
@@ -0,0 +1,14 @@
+// file : odb/header.hxx
+// author : Boris Kolpackov <boris@codesynthesis.com>
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// license : GNU GPL v3; see accompanying LICENSE file
+
+#ifndef ODB_HEADER_HXX
+#define ODB_HEADER_HXX
+
+#include <odb/context.hxx>
+
+void
+generate_header (context&);
+
+#endif // ODB_HEADER_HXX