aboutsummaryrefslogtreecommitdiff
path: root/odb/callback.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/callback.cxx')
-rw-r--r--odb/callback.cxx11
1 files changed, 11 insertions, 0 deletions
diff --git a/odb/callback.cxx b/odb/callback.cxx
new file mode 100644
index 0000000..94a618e
--- /dev/null
+++ b/odb/callback.cxx
@@ -0,0 +1,11 @@
+// file : odb/callback.cxx
+// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+// license : GNU GPL v2; see accompanying LICENSE file
+
+#include <odb/callback.hxx>
+
+namespace odb
+{
+ // This otherwise unnecessary file is here to allow instantiation
+ // of inline functions for exporting.
+}