// file : odb/relational/type-processor.hxx // author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_RELATIONAL_TYPE_PROCESSOR_HXX #define ODB_RELATIONAL_TYPE_PROCESSOR_HXX namespace relational { // Issues diagnostics and throws generation_failed in case of an error. // void process_types (); } #endif // ODB_RELATIONAL_TYPE_PROCESSOR_HXX