From 72f0237f3310a69fd566f1d2c25ca805f677199a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 5 Jul 2011 18:39:09 +0200 Subject: Add support for multi-pass database schema generation --- odb/schema-catalog-impl.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'odb/schema-catalog-impl.hxx') diff --git a/odb/schema-catalog-impl.hxx b/odb/schema-catalog-impl.hxx index 782536a..51a4902 100644 --- a/odb/schema-catalog-impl.hxx +++ b/odb/schema-catalog-impl.hxx @@ -35,7 +35,8 @@ namespace odb // struct LIBODB_EXPORT schema_catalog_entry { - schema_catalog_entry (const char* name, void (*entry) (database&)); + schema_catalog_entry (const char* name, + bool (*entry) (database&, unsigned short pass)); }; } -- cgit v1.1