aboutsummaryrefslogtreecommitdiff
path: root/odb/exceptions.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/exceptions.cxx')
-rw-r--r--odb/exceptions.cxx10
1 files changed, 10 insertions, 0 deletions
diff --git a/odb/exceptions.cxx b/odb/exceptions.cxx
new file mode 100644
index 0000000..d86657c
--- /dev/null
+++ b/odb/exceptions.cxx
@@ -0,0 +1,10 @@
+// file : odb/exceptions.cxx
+// author : Boris Kolpackov <boris@codesynthesis.com>
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// license : GNU GPL v2; see accompanying LICENSE file
+
+#include <odb/exceptions.hxx>
+
+namespace odb
+{
+}