00001 /* 00002 * no ifndef protection 00003 * this file is supposed to be included once, and only once per module 00004 * 00005 */ 00006 00007 00008 #include "CondCore/DBCommon/interface/ClassID.h" 00009 00010 namespace { 00011 cond::ClassIDRegistry packageClassIDRegistry(cond::idCategories::dictIDCategory); 00012 } 00013 00014 ELEM_CONSTR(packageClassIDRegistry) 00015 00016 00017 00018 extern "C" void NOT_SEAL_CAPABILITIES (const char**& names, int& n ) 00019 { 00020 names = &packageClassIDRegistry.csids.front(); 00021 n = packageClassIDRegistry.csids.size(); 00022 } 00023