summaryrefslogtreecommitdiff
path: root/libodb
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-04-02 00:32:56 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-04-02 00:32:56 +0200
commit2c43c9dc379759f76e580c9c97fc5d9036659c25 (patch)
treee570756ca1d65a07df507c604134e0e075671607 /libodb
parentb7824f749e29f7c9d018e468e18c2c7b6bd3e4c9 (diff)
Detect odb-enabled classes and generate c-tor implementation
Diffstat (limited to 'libodb')
-rw-r--r--libodb/odb/core.hxx16
1 files changed, 16 insertions, 0 deletions
diff --git a/libodb/odb/core.hxx b/libodb/odb/core.hxx
new file mode 100644
index 0000000..a88012c
--- /dev/null
+++ b/libodb/odb/core.hxx
@@ -0,0 +1,16 @@
+// file : odb/core.hxx
+// author : Boris Kolpackov <boris@codesynthesis.com>
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// license : GNU GPL v2; see accompanying LICENSE file
+
+#ifndef ODB_CORE_HXX
+#define ODB_CORE_HXX
+
+namespace odb
+{
+ class image
+ {
+ };
+}
+
+#endif // ODB_CORE_HXX