aboutsummaryrefslogtreecommitdiff
path: root/odb/qt/exception.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-03-17 15:15:36 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-03-17 15:15:36 +0200
commitcb249b85903c7e505a44c24ae47346e98f3485b9 (patch)
treef6894a486c14a5f11bb91bfc22a038c2a6a614db /odb/qt/exception.hxx
parent33e48d4e4ab24828e7cd9af883fd716e28cc73a6 (diff)
Development build system setup
Diffstat (limited to 'odb/qt/exception.hxx')
-rw-r--r--odb/qt/exception.hxx29
1 files changed, 29 insertions, 0 deletions
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 <boris@codesynthesis.com>
+// 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 <odb/pre.hxx>
+
+#include <odb/exceptions.hxx>
+
+#include <odb/qt/details/export.hxx>
+
+namespace odb
+{
+ namespace qt
+ {
+ struct LIBODB_QT_EXPORT exception: odb::exception
+ {
+ virtual const char*
+ what () const throw () = 0;
+ };
+ }
+}
+
+#include <odb/post.hxx>
+
+#endif // ODB_QT_EXCEPTION_HXX