From 09d7377f81aeb8fde4aa1698e946457f03380d45 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 6 May 2013 12:05:39 +0200 Subject: Add support for object sections Sections are an optimization mechanism that allows the partitioning of data members of a persistent class into groups that can be separately loaded and/or updated. --- odb/relational/context.ixx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'odb/relational/context.ixx') diff --git a/odb/relational/context.ixx b/odb/relational/context.ixx index afc93da..1f959de 100644 --- a/odb/relational/context.ixx +++ b/odb/relational/context.ixx @@ -5,9 +5,9 @@ namespace relational { inline bool context:: - grow (semantics::class_& c) + grow (semantics::class_& c, user_section* s) { - return current ().grow_impl (c); + return current ().grow_impl (c, s); } inline bool context:: -- cgit v1.1