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/exceptions.hxx | 8 -------- 1 file changed, 8 deletions(-) (limited to 'odb/exceptions.hxx') diff --git a/odb/exceptions.hxx b/odb/exceptions.hxx index 4b5909b..b677503 100644 --- a/odb/exceptions.hxx +++ b/odb/exceptions.hxx @@ -28,14 +28,6 @@ namespace odb { }; - struct already_in_session: odb::exception - { - }; - - struct not_in_session: odb::exception - { - }; - struct object_not_persistent: odb::exception { }; -- cgit v1.1