From 595200e87a6299e3436da75fdee0d5b5f70dcb9f 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/mysql/polymorphic-object-result.txx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/mysql/polymorphic-object-result.txx') diff --git a/odb/mysql/polymorphic-object-result.txx b/odb/mysql/polymorphic-object-result.txx index a7f0ca1..00568db 100644 --- a/odb/mysql/polymorphic-object-result.txx +++ b/odb/mysql/polymorphic-object-result.txx @@ -160,7 +160,7 @@ namespace odb ce = callback_event::post_load; pi.dispatch (info_type::call_callback, this->db_, pobj, &ce); - object_traits::pointer_cache_traits::initialize (ig.position ()); + object_traits::pointer_cache_traits::load (ig.position ()); ig.release (); } -- cgit v1.1