Common ODB Runtime Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
core.hxx
Go to the documentation of this file.
1 // file : odb/core.hxx
2 // copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
3 // license : GNU GPL v2; see accompanying LICENSE file
4 
5 #ifndef ODB_CORE_HXX
6 #define ODB_CORE_HXX
7 
8 #include <odb/pre.hxx>
9 
10 #ifdef ODB_COMPILER
11 # define PRAGMA_DB_IMPL(x) _Pragma (#x)
12 # define PRAGMA_DB(x) PRAGMA_DB_IMPL (db x)
13 #else
14 # define PRAGMA_DB(x)
15 #endif
16 
17 #include <odb/forward.hxx>
18 
19 #include <odb/post.hxx>
20 
21 #endif // ODB_CORE_HXX