summaryrefslogtreecommitdiff
path: root/libodb/odb/core.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libodb/odb/core.hxx')
-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