Go to the documentation of this file.00001 #ifndef CONDCORE_PLUGINSYSTEM_PROXYFACTORY_H
00002 #define CONDCORE_PLUGINSYSTEM_PROXYFACTORY_H
00003
00004
00005
00006
00007
00016
00017
00018
00019
00020 #include "FWCore/PluginManager/interface/PluginFactory.h"
00021 #include<string>
00022
00023 namespace cond {
00024 class DataProxyWrapperBase;
00025 class DbSession;
00026
00027 typedef edmplugin::PluginFactory< cond::DataProxyWrapperBase* () > ProxyFactory;
00028
00029 const char* pluginCategory();
00030 }
00031
00032 #endif