aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/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
commitb64c3b462f99ef7337eb4bc7fa6bb258d619d8b3 (patch)
treefaa051ca29584a40112dfdcb37bbf1fdff457b8c /odb/pgsql/result.hxx
parent6e7b115c7d136c6d99984eaae21e2404a948d550 (diff)
Add support for persistent classes without object ids
New pragma id (object). New test: common/no-id.
Diffstat (limited to 'odb/pgsql/result.hxx')
-rw-r--r--odb/pgsql/result.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/odb/pgsql/result.hxx b/odb/pgsql/result.hxx
index 0e53e72..57c85c5 100644
--- a/odb/pgsql/result.hxx
+++ b/odb/pgsql/result.hxx
@@ -14,15 +14,6 @@
#include <odb/pgsql/version.hxx>
#include <odb/pgsql/forward.hxx>
-namespace odb
-{
- namespace pgsql
- {
- template <typename T, class_kind kind>
- class result_impl;
- }
-}
-
#include <odb/post.hxx>
#endif // ODB_PGSQL_RESULT_HXX