aboutsummaryrefslogtreecommitdiff
path: root/odb/generator.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-09-19 16:19:25 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-09-19 16:19:25 +0200
commit55df757e98329e8e09afffe274ce2ceab269f8b3 (patch)
tree738b3a5b1c46e3b1b04184cfd9aeb32eb21af48a /odb/generator.hxx
parent6c01cad9cbfb6e69121d106226b2c50026f86fa9 (diff)
Make processing top-level action, like validation and generation
Diffstat (limited to 'odb/generator.hxx')
-rw-r--r--odb/generator.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/odb/generator.hxx b/odb/generator.hxx
index 0a64ad2..418e576 100644
--- a/odb/generator.hxx
+++ b/odb/generator.hxx
@@ -12,18 +12,16 @@
class generator
{
public:
- generator ();
-
class failed {};
void
generate (options const&, semantics::unit&, semantics::path const&);
+ generator () {}
+
private:
generator (generator const&);
-
- generator&
- operator= (generator const&);
+ generator& operator= (generator const&);
};
#endif // ODB_GENERATOR_HXX