summaryrefslogtreecommitdiff
path: root/odb/relational/type-processor.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-03-10 11:23:35 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-03-21 15:40:00 +0200
commitecf31f6252c7c02935a6ce174d6700beb3f0b7fa (patch)
tree502a9f16c68f95fe6fab9bd097322e294a47e57e /odb/relational/type-processor.hxx
parentc31fc72be48b037fff1cc2b46a812d20d4b601c4 (diff)
Move type processor to relational/
Diffstat (limited to 'odb/relational/type-processor.hxx')
-rw-r--r--odb/relational/type-processor.hxx17
1 files changed, 17 insertions, 0 deletions
diff --git a/odb/relational/type-processor.hxx b/odb/relational/type-processor.hxx
new file mode 100644
index 0000000..00cb2c5
--- /dev/null
+++ b/odb/relational/type-processor.hxx
@@ -0,0 +1,17 @@
+// file : odb/relational/type-processor.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_RELATIONAL_TYPE_PROCESSOR_HXX
+#define ODB_RELATIONAL_TYPE_PROCESSOR_HXX
+
+namespace relational
+{
+ // Issues diagnostics and throws generation_failed in case of an error.
+ //
+ void
+ process_types ();
+}
+
+#endif // ODB_RELATIONAL_TYPE_PROCESSOR_HXX