From 91830e3bd38a05c73d03a5dfb88997799d44274b 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/forward.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'odb/forward.hxx') diff --git a/odb/forward.hxx b/odb/forward.hxx index a09f08d..f8b3420 100644 --- a/odb/forward.hxx +++ b/odb/forward.hxx @@ -34,11 +34,13 @@ namespace odb class transaction; class statement; class session; + class section; namespace common { using odb::schema_version; using odb::session; + using odb::section; } namespace core -- cgit v1.1