00001 00002 #include "CondCore/DTPlugins/interface/DTConfigPluginHandler.h" 00003 00004 class DTConfigHandlerFactory { 00005 00006 public: 00007 00008 DTConfigHandlerFactory() { 00009 DTConfigPluginHandler::build(); 00010 } 00011 00012 }; 00013 00014 static DTConfigHandlerFactory dtchf; 00015