#include <SessionHistory.h>
RiskCommon::SessionHistory::SessionHistory |
( |
std::string const & |
sender, |
|
|
std::string const & |
target, |
|
|
SessionOptions const & |
options |
|
) |
| |
RiskCommon::SessionHistory::~SessionHistory |
( |
| ) |
|
bool RiskCommon::SessionHistory::getCurrentGlobalMsgID |
( |
GlobalMsgID * |
pMsgID | ) |
const |
IndexData const* RiskCommon::SessionHistory::getCurrentIndexData |
( |
| ) |
const |
std::string RiskCommon::SessionHistory::getCurrentIndexFileName |
( |
| ) |
const |
bool RiskCommon::SessionHistory::getCurrentMessage |
( |
std::string * |
pRawMsg, |
|
|
bool & |
isOutLog, |
|
|
System::u64 & |
sessionGlobID |
|
) |
| |
bool RiskCommon::SessionHistory::getMaxGlobalMsgID |
( |
GlobalMsgID * |
pNumber | ) |
const |
GlobalMsgID RiskCommon::SessionHistory::getWaitingGlobalMsgID |
( |
| ) |
const |
bool RiskCommon::SessionHistory::haveProcessedMessages |
( |
| ) |
const |
|
inline |
SessionHistoryErrorCode RiskCommon::SessionHistory::moveNextMessage |
( |
BOOST_SCOPED_ENUM(SessionHistoryLogTypes) |
= SessionHistoryLogTypes::All | ) |
|
void RiskCommon::SessionHistory::readLogDir |
( |
| ) |
|
void RiskCommon::SessionHistory::reset |
( |
GlobalMsgID |
startGlobalMsgID = 0 | ) |
|
boost::tuple<std::string, bool> RiskCommon::SessionHistory::tryIgnoreCorruptedIndexFile |
( |
| ) |
|
boost::tuple<std::string, bool> RiskCommon::SessionHistory::tryIgnoreCurrentLogFile |
( |
| ) |
|