Public Member Functions | Private Attributes

CloseSessionEvent Class Reference

#include <SessionEvent.h>

Inheritance diagram for CloseSessionEvent:
Event EventPacket Packet

List of all members.

Public Member Functions

 DECLARE_PACKET (CloseSessionEvent)
 CloseSessionEvent ()
 CloseSessionEvent (const std::string &sessionId)
virtual std::string toStr () const
const std::string & getSessionId () const

Private Attributes

std::string m_sSessionId

Constructor & Destructor Documentation

CloseSessionEvent::CloseSessionEvent (  )  [inline]
CloseSessionEvent::CloseSessionEvent ( const std::string &  sessionId  )  [inline]

References m_sSessionId, and UT_ASSERT.


Member Function Documentation

CloseSessionEvent::DECLARE_PACKET ( CloseSessionEvent   ) 
const std::string& CloseSessionEvent::getSessionId (  )  const [inline]
std::string CloseSessionEvent::toStr (  )  const [virtual]

Reimplemented from Packet.

References m_sSessionId.


Member Data Documentation

std::string CloseSessionEvent::m_sSessionId [private]

The documentation for this class was generated from the following files: