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