aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odb/core.hxx23
1 files changed, 23 insertions, 0 deletions
diff --git a/odb/core.hxx b/odb/core.hxx
new file mode 100644
index 0000000..227dea7
--- /dev/null
+++ b/odb/core.hxx
@@ -0,0 +1,23 @@
+// 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
+
+#ifdef ODB_COMPILER
+# define ODB_PRAGMA_IMPL(x) _Pragma (#x)
+# define ODB_PRAGMA(x) ODB_PRAGMA_IMPL (odb x)
+#else
+# define PRAGMA_ODB(x)
+#endif
+
+namespace odb
+{
+ class image
+ {
+ };
+}
+
+#endif // ODB_CORE_HXX