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/transaction.ixx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'odb/transaction.ixx') diff --git a/odb/transaction.ixx b/odb/transaction.ixx index e6247e6..6101f53 100644 --- a/odb/transaction.ixx +++ b/odb/transaction.ixx @@ -11,12 +11,6 @@ namespace odb return impl_->database (); } - inline transaction::session_type& transaction:: - session () - { - return impl_->session (); - } - inline transaction_impl& transaction:: implementation () { -- cgit v1.1