// file : odb/boost/exceptions.hxx // author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_BOOST_EXCEPTIONS_HXX #define ODB_BOOST_EXCEPTIONS_HXX #include #include #include namespace odb { namespace boost { struct LIBODB_BOOST_EXPORT dummy_exception: odb::exception { virtual const char* what () const throw (); }; } } #include #endif // ODB_BOOST_EXCEPTIONS_HXX