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