aboutsummaryrefslogtreecommitdiff
path: root/odb/lazy-ptr-impl.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-01-24 14:28:08 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-01-24 14:28:08 +0200
commit3674a82b9c09757b479e485a673a7a556f12284b (patch)
tree5bfe70e3735ef6cf1402cd6a0b9eeed93083c52f /odb/lazy-ptr-impl.cxx
parent5f63f12aea68bc2cd90c4a86324742339de96da2 (diff)
Add dummy source file for DLL export
Diffstat (limited to 'odb/lazy-ptr-impl.cxx')
-rw-r--r--odb/lazy-ptr-impl.cxx12
1 files changed, 12 insertions, 0 deletions
diff --git a/odb/lazy-ptr-impl.cxx b/odb/lazy-ptr-impl.cxx
new file mode 100644
index 0000000..b149586
--- /dev/null
+++ b/odb/lazy-ptr-impl.cxx
@@ -0,0 +1,12 @@
+// file : odb/lazy-ptr-impl.cxx
+// author : Boris Kolpackov <boris@codesynthesis.com>
+// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// license : GNU GPL v2; see accompanying LICENSE file
+
+#include <odb/lazy-ptr-impl.hxx>
+
+namespace odb
+{
+ // This otherwise unnecessary file is here to allow instantiation
+ // of inline functions for exporting.
+}