CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ProxyFactory.cc
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: ESSources
4 // Class : ProxyFactory
5 //
6 // Implementation:
7 // <Notes on implementation>
8 //
9 // Original Author: Chris Jones
10 // Created: Sat Jul 23 19:14:11 EDT 2005
11 //
12 
13 // system include files
14 
15 // user include files
18 
20 
21 cond::DataProxyWrapperBase::DataProxyWrapperBase(std::string const & il) : m_label(il){}
22 
24 
25 void cond::DataProxyWrapperBase::addInfo(std::string const & il, std::string const & cs, std::string const & tag) {
26  m_label=il; m_connString = cs; m_tag=tag;
27 }
28 
30 
31 namespace cond {
32  const char*
34  {
35  return "CondProxyFactory";
36  }
37 }
38 
auto_ptr< ClusterSequence > cs
void addInfo(std::string const &il, std::string const &cs, std::string const &tag)
Definition: ProxyFactory.cc:25
const char * pluginCategory()
Definition: ProxyFactory.cc:33
#define EDM_REGISTER_PLUGINFACTORY(_factory_, _category_)