aboutsummaryrefslogtreecommitdiff
path: root/odb/forward.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-10-15 13:17:30 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-10-19 11:38:24 +0200
commit1e78bdc724e95898c04a3409b0b192aa7f77780b (patch)
treed26ae47ae9956612b5973f536219f0c9b455db03 /odb/forward.hxx
parent5b0430fdf4617b396e462872d438a663b174a3a8 (diff)
Implement early connection release
Diffstat (limited to 'odb/forward.hxx')
-rw-r--r--odb/forward.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/odb/forward.hxx b/odb/forward.hxx
index ff4a531..653bdbb 100644
--- a/odb/forward.hxx
+++ b/odb/forward.hxx
@@ -115,6 +115,11 @@ namespace odb
template <typename T> struct no_op_reference_cache_traits;
template <typename T> struct reference_cache_traits;
+ //
+ //
+ class result_impl;
+ class prepared_query_impl;
+
// Polymorphism support.
//
template <typename R>