From cb249b85903c7e505a44c24ae47346e98f3485b9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 17 Mar 2011 15:15:36 +0200 Subject: Development build system setup --- odb/qt/exception.hxx | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 odb/qt/exception.hxx (limited to 'odb/qt/exception.hxx') diff --git a/odb/qt/exception.hxx b/odb/qt/exception.hxx new file mode 100644 index 0000000..6bf0699 --- /dev/null +++ b/odb/qt/exception.hxx @@ -0,0 +1,29 @@ +// file : odb/qt/exception.hxx +// author : Boris Kolpackov +// copyright : Copyright (c) 2005-2011 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 -- cgit v1.1