#include <SessionEvent.h>
Public Member Functions | |
| DECLARE_PACKET (DisjoinSessionEvent) | |
| DisjoinSessionEvent () | |
| DisjoinSessionEvent (const std::string &sessionId) | |
| virtual std::string | toStr () const |
| const std::string & | getSessionId () const |
Private Attributes | |
| std::string | m_sSessionId |
| DisjoinSessionEvent::DisjoinSessionEvent | ( | ) | [inline] |
| DisjoinSessionEvent::DisjoinSessionEvent | ( | const std::string & | sessionId | ) | [inline] |
References m_sSessionId, and UT_ASSERT.
| DisjoinSessionEvent::DECLARE_PACKET | ( | DisjoinSessionEvent | ) |
| const std::string& DisjoinSessionEvent::getSessionId | ( | ) | const [inline] |
References m_sSessionId.
Referenced by AbiCollabSessionManager::processPacket(), TelepathyAccountHandler::signal(), and ServiceAccountHandler::signal().
| std::string DisjoinSessionEvent::toStr | ( | ) | const [virtual] |
Reimplemented from Packet.
References m_sSessionId.
std::string DisjoinSessionEvent::m_sSessionId [private] |
Referenced by DisjoinSessionEvent(), getSessionId(), and toStr().
1.7.1