CMS 3D CMS Logo

IgWebServiceDB.cc

Go to the documentation of this file.
00001 //<<<<<< INCLUDES                                                       >>>>>>
00002 
00003 #include "Iguana/WebFramework/interface/IgWebServiceDB.h"
00004 #include "Iguana/WebFramework/interface/IgWebService.h"
00005 #include "Iguana/Framework/interface/IgState.h"
00006 
00007 //<<<<<< PRIVATE DEFINES                                                >>>>>>
00008 //<<<<<< PRIVATE CONSTANTS                                              >>>>>>
00009 //<<<<<< PRIVATE TYPES                                                  >>>>>>
00010 //<<<<<< PRIVATE VARIABLE DEFINITIONS                                   >>>>>>
00011 //<<<<<< PUBLIC VARIABLE DEFINITIONS                                    >>>>>>
00012 //<<<<<< CLASS STRUCTURE INITIALIZATION                                 >>>>>>
00013 //<<<<<< PRIVATE FUNCTION DEFINITIONS                                   >>>>>>
00014 //<<<<<< PUBLIC FUNCTION DEFINITIONS                                    >>>>>>
00015 //<<<<<< MEMBER FUNCTION DEFINITIONS                                    >>>>>>
00016 
00017 IgWebServiceDB IgWebServiceDB::s_instance;
00018 
00019 
00020 IgWebServiceDB::IgWebServiceDB (void)
00021     : IgPluginFactory <IgWebService *(IgState *)> ("IGUANA Web Services")
00022 {
00023 }
00024 
00025 IgWebServiceDB *
00026 IgWebServiceDB::get (void)
00027 {
00028     return &s_instance;    
00029 }

Generated on Tue Jun 9 17:39:05 2009 for CMSSW by  doxygen 1.5.4