From 1d98f0160da68be27dcb46ae653e6cc4692a5bbe Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 19 Sep 2011 16:52:01 +0200 Subject: Rename generation_failed exception to operation_failed A more generic name is required since it is now used in both generator and processor (and in the future may be used validator). --- odb/context.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/context.hxx') diff --git a/odb/context.hxx b/odb/context.hxx index 8f77645..550b64e 100644 --- a/odb/context.hxx +++ b/odb/context.hxx @@ -38,7 +38,7 @@ typedef std::vector regex_mapping; // // -class generation_failed {}; +class operation_failed {}; // Keep this enum synchronized with the one in libodb/odb/pointer-traits.hxx. // -- cgit v1.1