summaryrefslogtreecommitdiff
path: root/odb/odb/relational/processor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/odb/relational/processor.hxx')
-rw-r--r--odb/odb/relational/processor.hxx15
1 files changed, 15 insertions, 0 deletions
diff --git a/odb/odb/relational/processor.hxx b/odb/odb/relational/processor.hxx
new file mode 100644
index 0000000..71b8643
--- /dev/null
+++ b/odb/odb/relational/processor.hxx
@@ -0,0 +1,15 @@
+// file : odb/relational/processor.hxx
+// license : GNU GPL v3; see accompanying LICENSE file
+
+#ifndef ODB_RELATIONAL_PROCESSOR_HXX
+#define ODB_RELATIONAL_PROCESSOR_HXX
+
+namespace relational
+{
+ // Issues diagnostics and throws operation_failed in case of an error.
+ //
+ void
+ process ();
+}
+
+#endif // ODB_RELATIONAL_PROCESSOR_HXX