aboutsummaryrefslogtreecommitdiff
path: root/odb/mysql/simple-object-statements.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-04-23 16:48:01 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-04-23 16:48:01 +0200
commit42503207920b9264e04c97cb6a5c53214fd2eff8 (patch)
treedd192b60515188e2afd6f11e7cc54aac73f571e4 /odb/mysql/simple-object-statements.cxx
parent4d0711124bb6cdca491e33a51911d20090a1879a (diff)
Polymorphic inheritance support
Diffstat (limited to 'odb/mysql/simple-object-statements.cxx')
-rw-r--r--odb/mysql/simple-object-statements.cxx16
1 files changed, 16 insertions, 0 deletions
diff --git a/odb/mysql/simple-object-statements.cxx b/odb/mysql/simple-object-statements.cxx
new file mode 100644
index 0000000..8452b55
--- /dev/null
+++ b/odb/mysql/simple-object-statements.cxx
@@ -0,0 +1,16 @@
+// file : odb/mysql/simple-object-statements.cxx
+// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
+// license : GNU GPL v2; see accompanying LICENSE file
+
+#include <odb/mysql/simple-object-statements.hxx>
+
+namespace odb
+{
+ namespace mysql
+ {
+ object_statements_base::
+ ~object_statements_base ()
+ {
+ }
+ }
+}