From 51a71bc5cfe38ab7d4789f90725f8a24f49bd057 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 26 Nov 2010 13:24:00 +0200 Subject: Add support for recursive object loading If an object of a type needs to be loaded recursively, then it is addded to the delayed loading list which is processed once the statements are unlocked. --- odb/result.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'odb/result.hxx') diff --git a/odb/result.hxx b/odb/result.hxx index e87374e..cc7495f 100644 --- a/odb/result.hxx +++ b/odb/result.hxx @@ -77,10 +77,10 @@ namespace odb protected: virtual void - current (object_type&) = 0; + load (object_type&) = 0; virtual id_type - current_id () = 0; + load_id () = 0; virtual void next () = 0; -- cgit v1.1