// file : odb/relational/processor.hxx // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_RELATIONAL_PROCESSOR_HXX #define ODB_RELATIONAL_PROCESSOR_HXX namespace relational { // Issues diagnostics and throws operation_failed in case of an error. // void process (); } #endif // ODB_RELATIONAL_PROCESSOR_HXX