aboutsummaryrefslogtreecommitdiff
path: root/odb/forward.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-07-20 11:02:07 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-07-20 11:02:07 +0200
commit6400b736456af65176c9c1959022f1eb49fcde32 (patch)
treecdf457de88eda70b89d4cd98e83334e690c96ef1 /odb/forward.hxx
parent8b416ee938662901e1d75cf631c198cde17bb8c8 (diff)
Get rid of the session mechanism for now
Add low-level API instead.
Diffstat (limited to 'odb/forward.hxx')
-rw-r--r--odb/forward.hxx3
1 files changed, 1 insertions, 2 deletions
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 <typename P>
- class shared_factory;
+ class pointer_factory;
};
}