Go to the documentation of this file.00001 #ifndef CondCore_DBCommon_TechnologyProxyFactory_h
00002 #define CondCore_DBCommon_TechnologyProxyFactory_h
00003 #include "FWCore/PluginManager/interface/PluginFactory.h"
00004 #include "CondCore/DBCommon/interface/TechnologyProxy.h"
00005 #include "CondCore/DBCommon/interface/Exception.h"
00006
00007 #include <memory>
00008 #include <string>
00009 namespace cond{
00010 typedef edmplugin::PluginFactory< cond::TechnologyProxy*() > TechnologyProxyFactory;
00011 }
00012 #endif