From cc3979f34a886ae4c89d4e3e86a5b0db1669585f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 5 Nov 2012 11:46:03 +0200 Subject: Move some of the preprocessing from relational to common --- odb/pragma.hxx | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'odb/pragma.hxx') diff --git a/odb/pragma.hxx b/odb/pragma.hxx index cafaedd..bdded93 100644 --- a/odb/pragma.hxx +++ b/odb/pragma.hxx @@ -252,16 +252,11 @@ extern ns_loc_pragmas ns_loc_pragmas_; typedef std::map decl_pragmas; extern decl_pragmas decl_pragmas_; -// List of pragma names (in context name form) that disqualify a value -// type from being treated as composite (i.e., simple value pragmas). -// -typedef std::set pragma_name_set; -extern pragma_name_set simple_value_pragmas_; - -// Database we are generating code for. Used to ignore database-specific -// pragmas. +// Database we are generating code for as well as multi-database support. +// Used to ignore database-specific pragmas. // extern database pragma_db_; +extern multi_database pragma_multi_; extern "C" void register_odb_pragmas (void*, void*); -- cgit v1.1