#include <Iguana/WebFramework/interface/IgSession.h>
Public Member Functions | |
IgSession (IgState *state) | |
IgState * | state (void) |
virtual | ~IgSession (void) |
Private Attributes | |
IgState * | m_state |
Definition at line 19 of file IgSession.h.
IgSession::IgSession | ( | IgState * | state | ) |
IgSession::~IgSession | ( | void | ) | [virtual] |
Definition at line 26 of file IgSession.cc.
References m_state.
00027 { 00028 return m_state; 00029 }
IgState* IgSession::m_state [private] |