// file : odb/traversal/relational/table.hxx // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_TRAVERSAL_RELATIONAL_TABLE_HXX #define ODB_TRAVERSAL_RELATIONAL_TABLE_HXX #include #include namespace traversal { namespace relational { struct table: scope_template {}; struct object_table: scope_template {}; struct container_table: scope_template {}; } } #endif // ODB_TRAVERSAL_RELATIONAL_TABLE_HXX