aboutsummaryrefslogtreecommitdiff
path: root/odb/result.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/result.cxx')
-rw-r--r--odb/result.cxx13
1 files changed, 13 insertions, 0 deletions
diff --git a/odb/result.cxx b/odb/result.cxx
new file mode 100644
index 0000000..e5b72d0
--- /dev/null
+++ b/odb/result.cxx
@@ -0,0 +1,13 @@
+// file : odb/result.cxx
+// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+// license : GNU GPL v2; see accompanying LICENSE file
+
+#include <odb/result.hxx>
+
+namespace odb
+{
+ result_impl::
+ ~result_impl ()
+ {
+ }
+}