From 7fb59e3beca03493426d0b4c4153d7e6b6d2f34b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 2 Sep 2013 08:33:25 +0200 Subject: Support for versioning simple value in object --- odb/polymorphic-info.hxx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'odb/polymorphic-info.hxx') diff --git a/odb/polymorphic-info.hxx b/odb/polymorphic-info.hxx index 7762525..92dfa98 100644 --- a/odb/polymorphic-info.hxx +++ b/odb/polymorphic-info.hxx @@ -11,6 +11,7 @@ #include #include // database, connection +#include #include namespace odb @@ -116,7 +117,10 @@ namespace odb typedef bool (*dispatch_function) ( call_type, odb::database&, const root_type*, const void* arg); typedef void (*delayed_loader_function) ( - odb::database&, const id_type&, root_type&); + odb::database&, + const id_type&, + root_type&, + const schema_version_migration*); public: polymorphic_concrete_info (const std::type_info& t, -- cgit v1.1