aboutsummaryrefslogtreecommitdiff
path: root/odb/mysql/forward.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-07-30 13:27:14 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-07-30 13:27:14 +0200
commit7f528c0bc15ad9b192a61636aec59ece84f35a12 (patch)
treee0a04acdd9630fb71feb017067289b129aad3fa4 /odb/mysql/forward.hxx
parenta559fc0b0cb8e3a4de91680773a8f4fea2c9a3d3 (diff)
Add the rest of the statements
Diffstat (limited to 'odb/mysql/forward.hxx')
-rw-r--r--odb/mysql/forward.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/odb/mysql/forward.hxx b/odb/mysql/forward.hxx
index 41baa1c..701627b 100644
--- a/odb/mysql/forward.hxx
+++ b/odb/mysql/forward.hxx
@@ -14,6 +14,10 @@ namespace odb
class connection;
class connection_factory;
class transaction;
+ class binding;
+
+ template <typename T>
+ class object_statements;
}
}