From 92349548ad2c2381d66ea2fc501b5466fed9789c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 25 Mar 2011 16:52:35 +0200 Subject: Use forward-declared query class in result interface --- odb/sqlite/forward.hxx | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'odb/sqlite/forward.hxx') diff --git a/odb/sqlite/forward.hxx b/odb/sqlite/forward.hxx index d141534..7688b9c 100644 --- a/odb/sqlite/forward.hxx +++ b/odb/sqlite/forward.hxx @@ -8,12 +8,12 @@ #include +#include + namespace odb { namespace sqlite { - // @@ Any garbage here? - // class database; class connection; class connection_factory; @@ -29,6 +29,17 @@ namespace odb template class container_statements; + + class query_params; + } + + namespace details + { + template <> + struct counter_type + { + typedef shared_base counter; + }; } } -- cgit v1.1