#include <SessionEvent.h>
Public Member Functions | |
DECLARE_PACKET (JoinSessionRequestResponseEvent) | |
JoinSessionRequestResponseEvent () | |
JoinSessionRequestResponseEvent (const std::string &sessionId, UT_sint32 iAuthorId) | |
const std::string & | getSessionId () const |
UT_sint32 | getAuthorId () const |
virtual std::string | toStr () const |
Public Attributes | |
std::string | m_sZABW |
UT_sint32 | m_iRev |
UT_UTF8String | m_sDocumentName |
std::string | m_sDocumentId |
Private Attributes | |
std::string | m_sSessionId |
UT_sint32 | m_iAuthorId |
JoinSessionRequestResponseEvent::JoinSessionRequestResponseEvent | ( | ) | [inline] |
JoinSessionRequestResponseEvent::JoinSessionRequestResponseEvent | ( | const std::string & | sessionId, | |
UT_sint32 | iAuthorId | |||
) | [inline] |
References m_sSessionId, and UT_ASSERT.
JoinSessionRequestResponseEvent::DECLARE_PACKET | ( | JoinSessionRequestResponseEvent | ) |
UT_sint32 JoinSessionRequestResponseEvent::getAuthorId | ( | ) | const [inline] |
References m_iAuthorId.
Referenced by ServiceAccountHandler::_handleJoinSessionRequestResponse(), and AccountHandler::_handlePacket().
const std::string& JoinSessionRequestResponseEvent::getSessionId | ( | ) | const [inline] |
References m_sSessionId.
Referenced by ServiceAccountHandler::_handleJoinSessionRequestResponse(), SugarAccountHandler::_handlePacket(), and AccountHandler::_handlePacket().
std::string JoinSessionRequestResponseEvent::toStr | ( | ) | const [virtual] |
Reimplemented from Packet.
References m_iAuthorId, m_iRev, m_sDocumentId, m_sDocumentName, m_sZABW, and UT_UTF8String::utf8_str().
Referenced by getAuthorId(), and toStr().
std::string JoinSessionRequestResponseEvent::m_sDocumentId |
Referenced by AccountHandler::_handlePacket(), AbiCollab::startRecording(), and toStr().
std::string JoinSessionRequestResponseEvent::m_sSessionId [private] |
Referenced by getSessionId(), and JoinSessionRequestResponseEvent().
std::string JoinSessionRequestResponseEvent::m_sZABW |