CMS 3D CMS Logo

ProxyFactory.h
Go to the documentation of this file.
1 #ifndef CONDCORE_PLUGINSYSTEM_PROXYFACTORY_H
2 #define CONDCORE_PLUGINSYSTEM_PROXYFACTORY_H
3 // -*- C++ -*-
4 //
5 // Package: ESSources
6 // Class : ProxyFactory
7 //
16 //
17 // Original Author: Chris Jones
18 // Created: Sat Jul 23 19:14:06 EDT 2005
19 //
21 #include<string>
22 
23 namespace cond {
24  class DataProxyWrapperBase;
25  namespace persistency {
26  class Session;
27  }
28 
30 
31  const char* pluginCategory();
32 }
33 
34 #endif /* CONDCORE_PLUGINSYSTEM_PROXYFACTORY_H */
const char * pluginCategory()
Definition: ProxyFactory.cc:33
edmplugin::PluginFactory< cond::DataProxyWrapperBase *() > ProxyFactory
Definition: ProxyFactory.h:29
Definition: plugin.cc:24