// file : odb/query.hxx // author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_QUERY_HXX #define ODB_QUERY_HXX #include #include namespace odb { template ::query_base_type> class query; namespace core { using odb::query; } } #include #endif // ODB_QUERY_HXX