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