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