Public Member Functions | Private Attributes

JoinSessionEvent Class Reference

#include <SessionEvent.h>

Inheritance diagram for JoinSessionEvent:
Event EventPacket Packet JoinSessionRequestEvent

List of all members.

Public Member Functions

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

Private Attributes

std::string m_sSessionId

Constructor & Destructor Documentation

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

References m_sSessionId, and UT_ASSERT.


Member Function Documentation

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

Reimplemented from Packet.

References m_sSessionId.


Member Data Documentation

std::string JoinSessionEvent::m_sSessionId [private]

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