#include <SessionEvent.h>
Public Member Functions | |
| DECLARE_PACKET (DisjoinSessionEvent) | |
| DisjoinSessionEvent () | |
| DisjoinSessionEvent (const UT_UTF8String &sessionId) | |
| virtual std::string | toStr () const |
| const UT_UTF8String & | getSessionId () const |
Private Attributes | |
| UT_UTF8String | m_sSessionId |
| DisjoinSessionEvent::DisjoinSessionEvent | ( | ) | [inline] |
| DisjoinSessionEvent::DisjoinSessionEvent | ( | const UT_UTF8String & | sessionId | ) | [inline] |
References m_sSessionId, and UT_ASSERT.
| DisjoinSessionEvent::DECLARE_PACKET | ( | DisjoinSessionEvent | ) |
| const UT_UTF8String& 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, and UT_UTF8String::utf8_str().
Referenced by DisjoinSessionEvent(), getSessionId(), and toStr().
1.7.1