CMS 3D CMS Logo

IgSession.h

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

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