00001 // -*- C++ -*- 00002 // 00003 // Package: PluginSystem 00004 // Class : ProxyFactory 00005 // 00006 // Implementation: 00007 // <Notes on implementation> 00008 // 00009 // Original Author: Chris Jones 00010 // Created: Sat Jul 23 19:14:11 EDT 2005 00011 // $Id: ProxyFactory.cc,v 1.7 2007/08/23 11:33:08 xiezhen Exp $ 00012 // 00013 00014 // system include files 00015 00016 // user include files 00017 #include "CondCore/PluginSystem/interface/ProxyFactory.h" 00018 //#include <map> 00019 //#include <string> 00020 //#include <iostream> 00021 // 00022 // constants, enums and typedefs 00023 // 00024 00025 EDM_REGISTER_PLUGINFACTORY(cond::ProxyFactory, cond::pluginCategory()); 00026 00027 namespace cond { 00028 const char* 00029 pluginCategory() 00030 { 00031 return "CondProxyFactory"; 00032 } 00033 }