aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/statements-base.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/pgsql/statements-base.cxx')
-rw-r--r--odb/pgsql/statements-base.cxx17
1 files changed, 17 insertions, 0 deletions
diff --git a/odb/pgsql/statements-base.cxx b/odb/pgsql/statements-base.cxx
new file mode 100644
index 0000000..749f8ce
--- /dev/null
+++ b/odb/pgsql/statements-base.cxx
@@ -0,0 +1,17 @@
+// file : odb/pgsql/statements-base.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/pgsql/statements-base.hxx>
+
+namespace odb
+{
+ namespace pgsql
+ {
+ statements_base::
+ ~statements_base ()
+ {
+ }
+ }
+}