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.hxx20
1 files changed, 20 insertions, 0 deletions
diff --git a/libodb/odb/core.hxx b/libodb/odb/core.hxx
new file mode 100644
index 0000000..bca295d
--- /dev/null
+++ b/libodb/odb/core.hxx
@@ -0,0 +1,20 @@
+// file : odb/core.hxx
+// license : GNU GPL v2; see accompanying LICENSE file
+
+#ifndef ODB_CORE_HXX
+#define ODB_CORE_HXX
+
+#include <odb/pre.hxx>
+
+#ifdef ODB_COMPILER
+# define PRAGMA_DB_IMPL(x) _Pragma (#x)
+# define PRAGMA_DB(x) PRAGMA_DB_IMPL (db x)
+#else
+# define PRAGMA_DB(x)
+#endif
+
+#include <odb/forward.hxx>
+
+#include <odb/post.hxx>
+
+#endif // ODB_CORE_HXX