From 55df757e98329e8e09afffe274ce2ceab269f8b3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 19 Sep 2011 16:19:25 +0200 Subject: Make processing top-level action, like validation and generation --- odb/relational/processor.hxx | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 odb/relational/processor.hxx (limited to 'odb/relational/processor.hxx') 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 +// 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 -- cgit v1.1