summaryrefslogtreecommitdiff
path: root/odb/type-processor.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-11-01 09:01:50 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-11-01 09:01:50 +0200
commit727a83dc82fa094aa91630d165d230a9a2dabe60 (patch)
treecf908eef97e4fd5518359bc90dc5839c829475ff /odb/type-processor.hxx
parent56237544eeed76a55190b3fd7cc364d133d4513d (diff)
Factor assignment of database type to separate pass
Diffstat (limited to 'odb/type-processor.hxx')
-rw-r--r--odb/type-processor.hxx16
1 files changed, 16 insertions, 0 deletions
diff --git a/odb/type-processor.hxx b/odb/type-processor.hxx
new file mode 100644
index 0000000..2cd8b3b
--- /dev/null
+++ b/odb/type-processor.hxx
@@ -0,0 +1,16 @@
+// file : odb/type-processor.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_TYPE_PROCESSOR_HXX
+#define ODB_TYPE_PROCESSOR_HXX
+
+#include <odb/context.hxx>
+
+// Issues diagnostics and throws generation_failed in case of an error.
+//
+void
+process_types (context&);
+
+#endif // ODB_TYPE_PROCESSOR_HXX