CMS 3D CMS Logo

VisWebRootService.h

Go to the documentation of this file.
00001 #ifndef VIS_WEB_ROOT_VIS_WEB_ROOT_SERVICE_H
00002 # define VIS_WEB_ROOT_VIS_WEB_ROOT_SERVICE_H
00003 
00004 //<<<<<< INCLUDES                                                       >>>>>>
00005 
00006 #include "Iguana/WebFramework/interface/IgWebService.h"
00007 
00008 //<<<<<< PUBLIC DEFINES                                                 >>>>>>
00009 //<<<<<< PUBLIC CONSTANTS                                               >>>>>>
00010 //<<<<<< PUBLIC TYPES                                                   >>>>>>
00011 class IgState;
00012 
00013 //<<<<<< PUBLIC VARIABLES                                               >>>>>>
00014 //<<<<<< PUBLIC FUNCTIONS                                               >>>>>>
00015 //<<<<<< CLASS DECLARATIONS                                             >>>>>>
00016 
00017 class VisWebRootService : public IgWebService
00018 {
00019 public:
00020     
00021     VisWebRootService (IgState *state);
00022     void create (Arguments *arguments);
00023     void browse (Arguments *arguments);
00024     
00025     // implicit copy constructor
00026     // implicit assignment operator
00027     // implicit destructor
00028     static const char * catalogLabel (void);
00029 
00030 };
00031 
00032 //<<<<<< INLINE PUBLIC FUNCTIONS                                        >>>>>>
00033 //<<<<<< INLINE MEMBER FUNCTIONS                                        >>>>>>
00034 
00035 #endif // VIS_WEB_ROOT_VIS_WEB_ROOT_SERVICE_H

Generated on Tue Jun 9 17:50:29 2009 for CMSSW by  doxygen 1.5.4