aboutsummaryrefslogtreecommitdiff
path: root/odb/result.txx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-08-10 11:16:42 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-08-10 11:16:42 +0200
commitec6b9f59d40b2c389496f8e6af6bce64944af998 (patch)
treeb042d94161432c66336972471a82dcdca9cb3eea /odb/result.txx
parent3d1ccd52f417c6e5e333e4f48130b043106215ad (diff)
Add query support
Diffstat (limited to 'odb/result.txx')
-rw-r--r--odb/result.txx13
1 files changed, 13 insertions, 0 deletions
diff --git a/odb/result.txx b/odb/result.txx
new file mode 100644
index 0000000..4b77c7e
--- /dev/null
+++ b/odb/result.txx
@@ -0,0 +1,13 @@
+// file : odb/result.txx
+// author : Boris Kolpackov <boris@codesynthesis.com>
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// license : GNU GPL v2; see accompanying LICENSE file
+
+namespace odb
+{
+ template <typename T>
+ result_impl<T>::
+ ~result_impl ()
+ {
+ }
+}