aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/object-statements.cxx
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-05-26 16:30:51 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-05-26 16:30:51 +0200
commit54c90e5587a0f781c978bbb8db7503e600176d70 (patch)
tree748e3b4ea98e0e962ee2792bf2fad8fccda71648 /odb/pgsql/object-statements.cxx
parentf54e9e5f2776aae188efc38fd25c5b25a7c2f052 (diff)
Add object-statments implementation
Diffstat (limited to 'odb/pgsql/object-statements.cxx')
-rw-r--r--odb/pgsql/object-statements.cxx17
1 files changed, 17 insertions, 0 deletions
diff --git a/odb/pgsql/object-statements.cxx b/odb/pgsql/object-statements.cxx
new file mode 100644
index 0000000..921883d
--- /dev/null
+++ b/odb/pgsql/object-statements.cxx
@@ -0,0 +1,17 @@
+// file : odb/pgsql/object-statements.cxx
+// author : Constantin Michael <constantin@codesynthesis.com>
+// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// license : GNU GPL v2; see accompanying LICENSE file
+
+#include <odb/pgsql/object-statements.hxx>
+
+namespace odb
+{
+ namespace pgsql
+ {
+ object_statements_base::
+ ~object_statements_base ()
+ {
+ }
+ }
+}