// file : odb/core.hxx // author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_CORE_HXX #define ODB_CORE_HXX #include #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 #include #endif // ODB_CORE_HXX