aboutsummaryrefslogtreecommitdiff
path: root/odb/schema-catalog-impl.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-08-21 10:47:30 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-08-21 10:47:30 +0200
commit1e63b60696f2e3012221e3bf6430a0d66ce1ba34 (patch)
treebbf88b77c86c7f3135e7e21fefb14ffe6e0fe0cb /odb/schema-catalog-impl.hxx
parent9ac9bb98f307156c02fa19ea747cf5eb1d2dcadf (diff)
Add support for multi-pass database schema drop
Diffstat (limited to 'odb/schema-catalog-impl.hxx')
-rw-r--r--odb/schema-catalog-impl.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/odb/schema-catalog-impl.hxx b/odb/schema-catalog-impl.hxx
index 51a4902..32fd68f 100644
--- a/odb/schema-catalog-impl.hxx
+++ b/odb/schema-catalog-impl.hxx
@@ -35,8 +35,9 @@ namespace odb
//
struct LIBODB_EXPORT schema_catalog_entry
{
- schema_catalog_entry (const char* name,
- bool (*entry) (database&, unsigned short pass));
+ schema_catalog_entry (
+ const char* name,
+ bool (*entry) (database&, unsigned short pass, bool drop));
};
}