CMS 3D CMS Logo

IgSocketDriverInfo.h

Go to the documentation of this file.
00001 #ifndef IGUANA_WEB_FRAMEWORK_IG_SOCKET_DRIVER_INFO_H
00002 # define IGUANA_WEB_FRAMEWORK_IG_SOCKET_DRIVER_INFO_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 IgServerSocket;
00014 class IgState;
00015 
00016 //<<<<<< PUBLIC VARIABLES                                               >>>>>>
00017 //<<<<<< PUBLIC FUNCTIONS                                               >>>>>>
00018 //<<<<<< CLASS DECLARATIONS                                             >>>>>>
00019 
00020 class IgSocketDriverInfo : public IgStateElement
00021 {
00022     IG_DECLARE_STATE_ELEMENT (IgSocketDriverInfo);    
00023 public:
00024     IgSocketDriverInfo (IgState *state);
00025     // implicit copy constructor
00026     // implicit assignment operator
00027     // implicit destructor
00028     virtual ~IgSocketDriverInfo (void);
00029     IgServerSocket *getSocket (void);
00030     void setSocket (IgServerSocket *sock);
00031     
00032 private:
00033     IgState *           m_state;
00034     IgServerSocket *    m_socket;    
00035 };
00036 
00037 //<<<<<< INLINE PUBLIC FUNCTIONS                                        >>>>>>
00038 //<<<<<< INLINE MEMBER FUNCTIONS                                        >>>>>>
00039 
00040 #endif // IGUANA_WEB_FRAMEWORK_IG_SOCKET_DRIVER_INFO_H

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