aboutsummaryrefslogtreecommitdiff
path: root/odb/mysql/forward.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/mysql/forward.hxx')
-rw-r--r--odb/mysql/forward.hxx20
1 files changed, 20 insertions, 0 deletions
diff --git a/odb/mysql/forward.hxx b/odb/mysql/forward.hxx
new file mode 100644
index 0000000..41baa1c
--- /dev/null
+++ b/odb/mysql/forward.hxx
@@ -0,0 +1,20 @@
+// file : odb/mysql/forward.hxx
+// author : Boris Kolpackov <boris@codesynthesis.com>
+// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC
+// license : GNU GPL v2; see accompanying LICENSE file
+
+#ifndef ODB_MYSQL_FORWARD_HXX
+#define ODB_MYSQL_FORWARD_HXX
+
+namespace odb
+{
+ namespace mysql
+ {
+ class database;
+ class connection;
+ class connection_factory;
+ class transaction;
+ }
+}
+
+#endif // ODB_MYSQL_FORWARD_HXX