// file : odb/qt/exception.hxx // copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_QT_EXCEPTION_HXX #define ODB_QT_EXCEPTION_HXX #include #include #include namespace odb { namespace qt { struct LIBODB_QT_EXPORT exception: odb::exception { virtual const char* what () const throw () = 0; }; } } #include #endif // ODB_QT_EXCEPTION_HXX