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