#include <SessionEvent.h>
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 |
| JoinSessionEvent::JoinSessionEvent | ( | ) | [inline] |
| JoinSessionEvent::JoinSessionEvent | ( | const std::string & | sessionId | ) | [inline] |
References m_sSessionId, and UT_ASSERT.
| JoinSessionEvent::DECLARE_PACKET | ( | JoinSessionEvent | ) |
| const std::string& JoinSessionEvent::getSessionId | ( | ) | const [inline] |
References m_sSessionId.
Referenced by AccountHandler::_handlePacket(), and AbiCollabSessionManager::processPacket().
| std::string JoinSessionEvent::toStr | ( | ) | const [virtual] |
Reimplemented from Packet.
References m_sSessionId.
std::string JoinSessionEvent::m_sSessionId [private] |
Referenced by getSessionId(), JoinSessionEvent(), and toStr().
1.7.1