From e3dafcdf8b43880c6a1e0451c8ee621f7c3cb954 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 16 Jan 2013 16:31:29 +0200 Subject: Make session cache management functions static, add notifications --- odb/polymorphic-object-result.txx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/polymorphic-object-result.txx') diff --git a/odb/polymorphic-object-result.txx b/odb/polymorphic-object-result.txx index 69d365d..7ee2b82 100644 --- a/odb/polymorphic-object-result.txx +++ b/odb/polymorphic-object-result.txx @@ -65,7 +65,7 @@ namespace odb res_->db_, res_->load_id (), obj)); typename object_traits::reference_cache_traits::insert_guard ig (p); res_->load (&obj, false); - object_traits::reference_cache_traits::initialize (p); + object_traits::reference_cache_traits::load (p); ig.release (); } } -- cgit v1.1