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