aboutsummaryrefslogtreecommitdiff
path: root/odb/mysql/result.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-10-27 15:16:49 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-10-27 15:16:49 +0200
commit2f920671a7e4be7eb488724ae19360a87d66860c (patch)
treeba75343bc5e3daa6616658dfd158e83512ce4c19 /odb/mysql/result.hxx
parent16f68924f0704abba3598d261b4a4d74355179f1 (diff)
Add support for persistent classes without object ids
New pragma id (object). New test: common/no-id.
Diffstat (limited to 'odb/mysql/result.hxx')
-rw-r--r--odb/mysql/result.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/odb/mysql/result.hxx b/odb/mysql/result.hxx
index 33df541..cf6b15b 100644
--- a/odb/mysql/result.hxx
+++ b/odb/mysql/result.hxx
@@ -14,15 +14,6 @@
#include <odb/mysql/version.hxx>
#include <odb/mysql/forward.hxx>
-namespace odb
-{
- namespace mysql
- {
- template <typename T, class_kind kind>
- class result_impl;
- }
-}
-
#include <odb/post.hxx>
#endif // ODB_MYSQL_RESULT_HXX