aboutsummaryrefslogtreecommitdiff
path: root/odb/details/condition.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-09-09 10:19:52 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-09-09 10:19:52 +0200
commit591bcad6b05c1a835d4b721ecb143ff7ef5e7f34 (patch)
tree3c94426b54241b4133d3f896e8ec2d35a57d0858 /odb/details/condition.cxx
parent6d8ea17322f945f42a944e2bdefcdaadb346e190 (diff)
Add empty source files to allow inline function exporting
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.
+ }
+}