aboutsummaryrefslogtreecommitdiff
path: root/odb/details/condition.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/details/condition.cxx')
-rw-r--r--odb/details/condition.cxx15
1 files changed, 15 insertions, 0 deletions
diff --git a/odb/details/condition.cxx b/odb/details/condition.cxx
new file mode 100644
index 0000000..1bbced9
--- /dev/null
+++ b/odb/details/condition.cxx
@@ -0,0 +1,15 @@
+// file : odb/details/condition.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/details/condition.hxx>
+
+namespace odb
+{
+ namespace details
+ {
+ // This otherwise unnecessary file is here to allow instantiation
+ // of inline functions for exporting.
+ }
+}