aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/object-statements.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/sqlite/object-statements.cxx')
-rw-r--r--odb/sqlite/object-statements.cxx17
1 files changed, 17 insertions, 0 deletions
diff --git a/odb/sqlite/object-statements.cxx b/odb/sqlite/object-statements.cxx
new file mode 100644
index 0000000..fd3df50
--- /dev/null
+++ b/odb/sqlite/object-statements.cxx
@@ -0,0 +1,17 @@
+// file : odb/sqlite/object-statements.cxx
+// author : Boris Kolpackov <boris@codesynthesis.com>
+// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// license : GNU GPL v2; see accompanying LICENSE file
+
+#include <odb/sqlite/object-statements.hxx>
+
+namespace odb
+{
+ namespace sqlite
+ {
+ object_statements_base::
+ ~object_statements_base ()
+ {
+ }
+ }
+}