From 9c275a93cec797a021571ba8545906e0b4ffbfbc Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 5 Sep 2011 10:20:47 +0200 Subject: Support for views; native part --- odb/forward.hxx | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'odb/forward.hxx') diff --git a/odb/forward.hxx b/odb/forward.hxx index 830193c..b253118 100644 --- a/odb/forward.hxx +++ b/odb/forward.hxx @@ -18,9 +18,6 @@ namespace odb class transaction; class session; - template - class result; - namespace core { using odb::database; @@ -28,7 +25,6 @@ namespace odb using odb::connection_ptr; using odb::transaction; using odb::session; - using odb::result; } // Implementation details. @@ -43,6 +39,12 @@ namespace odb template class object_factory; + template + class view_traits; + + template + class view_factory; + template class pointer_factory; @@ -56,6 +58,9 @@ namespace odb template struct object_traits; + template + struct view_traits; + namespace details { template <> -- cgit v1.1