summaryrefslogtreecommitdiff
path: root/odb/relational/context.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/relational/context.hxx')
-rw-r--r--odb/relational/context.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/odb/relational/context.hxx b/odb/relational/context.hxx
index 02c4b9c..d0211c6 100644
--- a/odb/relational/context.hxx
+++ b/odb/relational/context.hxx
@@ -75,10 +75,12 @@ namespace relational
{
public:
// Return true if an object or value type has members for which
- // the image can grow.
+ // the image can grow. If section is not specified, then ignore
+ // separately loaded members. Otherwise ignore members that do
+ // not belong to the section.
//
bool
- grow (semantics::class_&);
+ grow (semantics::class_&, user_section* = 0);
// The same for a member's value type.
//
@@ -206,7 +208,7 @@ namespace relational
// The default implementation returns false.
//
virtual bool
- grow_impl (semantics::class_&);
+ grow_impl (semantics::class_&, user_section*);
virtual bool
grow_impl (semantics::data_member&);