#include <DiskSessionRecorder.h>
Public Member Functions | |
RecordedPacket (bool bIncoming, bool bHasBuddy, const UT_UTF8String &buddyName, UT_uint64 timestamp, Packet *pPacket) | |
~RecordedPacket () | |
Public Attributes | |
bool | m_bIncoming |
bool | m_bHasBuddy |
UT_UTF8String | m_buddyName |
UT_uint64 | m_timestamp |
Packet * | m_pPacket |
bool | m_bDeleteAtDestroy |
RecordedPacket::RecordedPacket | ( | bool | bIncoming, | |
bool | bHasBuddy, | |||
const UT_UTF8String & | buddyName, | |||
UT_uint64 | timestamp, | |||
Packet * | pPacket | |||
) | [inline] |
Referenced by FakeAccountHandler::_import(), and DiskSessionRecorder::dumpSession().
Referenced by FakeAccountHandler::_import(), and DiskSessionRecorder::dumpSession().