summaryrefslogtreecommitdiff
path: root/odb/relational/processor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/relational/processor.hxx')
-rw-r--r--odb/relational/processor.hxx17
1 files changed, 17 insertions, 0 deletions
diff --git a/odb/relational/processor.hxx b/odb/relational/processor.hxx
new file mode 100644
index 0000000..6ef2913
--- /dev/null
+++ b/odb/relational/processor.hxx
@@ -0,0 +1,17 @@
+// file : odb/relational/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_PROCESSOR_HXX
+#define ODB_RELATIONAL_PROCESSOR_HXX
+
+namespace relational
+{
+ // Issues diagnostics and throws generation_failed in case of an error.
+ //
+ void
+ process ();
+}
+
+#endif // ODB_RELATIONAL_PROCESSOR_HXX