From 6400b736456af65176c9c1959022f1eb49fcde32 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 20 Jul 2010 11:02:07 +0200 Subject: Get rid of the session mechanism for now Add low-level API instead. --- odb/forward.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'odb/forward.hxx') diff --git a/odb/forward.hxx b/odb/forward.hxx index b59034f..8e91407 100644 --- a/odb/forward.hxx +++ b/odb/forward.hxx @@ -8,7 +8,6 @@ namespace odb { - class session; class database; class transaction; @@ -31,7 +30,7 @@ namespace odb class object_factory; template - class shared_factory; + class pointer_factory; }; } -- cgit v1.1