#include <AbiCollab_Packet.h>
Public Member Functions | |
| virtual const UT_UTF8String & | getSessionId () const |
| void | setSessionId (const UT_UTF8String &sSessionId) |
| virtual const UT_UTF8String & | getDocUUID () const |
| void | setDocUUID (const UT_UTF8String &sDocUUID) |
| virtual std::string | toStr () const |
Static Public Member Functions | |
| static DECLARE_SERIALIZABLE_PACKET bool | isInstanceOf (const Packet &packet) |
Protected Member Functions | |
| SessionPacket () | |
| SessionPacket (const UT_UTF8String &sSessionId, const UT_UTF8String &sDocUUID) | |
Private Attributes | |
| UT_UTF8String | m_sSessionId |
| UT_UTF8String | m_sDocUUID |
| SessionPacket::SessionPacket | ( | ) | [inline, protected] |
| SessionPacket::SessionPacket | ( | const UT_UTF8String & | sSessionId, | |
| const UT_UTF8String & | sDocUUID | |||
| ) | [protected] |
| virtual const UT_UTF8String& SessionPacket::getDocUUID | ( | ) | const [inline, virtual] |
| virtual const UT_UTF8String& SessionPacket::getSessionId | ( | ) | const [inline, virtual] |
References m_sSessionId.
Referenced by FakeAccountHandler::_createSession(), ABI_Collab_Export::change(), and AbiCollabSessionManager::processPacket().
| bool SessionPacket::isInstanceOf | ( | const Packet & | packet | ) | [static] |
| void SessionPacket::setDocUUID | ( | const UT_UTF8String & | sDocUUID | ) | [inline] |
References m_sDocUUID.
Referenced by ABI_Collab_Export::slaveInit().
| void SessionPacket::setSessionId | ( | const UT_UTF8String & | sSessionId | ) | [inline] |
References m_sSessionId.
Referenced by FakeAccountHandler::_loadDocument().
| std::string SessionPacket::toStr | ( | ) | const [virtual] |
Reimplemented from Packet.
Reimplemented in ChangeRecordSessionPacket, Props_ChangeRecordSessionPacket, InsertSpan_ChangeRecordSessionPacket, ChangeStrux_ChangeRecordSessionPacket, DeleteStrux_ChangeRecordSessionPacket, Object_ChangeRecordSessionPacket, RDF_ChangeRecordSessionPacket, Data_ChangeRecordSessionPacket, Glob_ChangeRecordSessionPacket, GlobSessionPacket, SignalSessionPacket, RevertSessionPacket, RevertAckSessionPacket, SessionTakeoverRequestPacket, SessionTakeoverAckPacket, SessionFlushedPacket, SessionReconnectRequestPacket, and SessionReconnectAckPacket.
References m_sDocUUID, m_sSessionId, and UT_UTF8String::utf8_str().
Referenced by ABI_Collab_Import::import().
UT_UTF8String SessionPacket::m_sDocUUID [private] |
Referenced by getDocUUID(), setDocUUID(), and toStr().
UT_UTF8String SessionPacket::m_sSessionId [private] |
Referenced by getSessionId(), setSessionId(), and toStr().
1.7.1