adding new test for stats feature

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7460 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
chrisparker126 2014-07-19 21:26:45 +00:00
parent a29f382175
commit be20086e09
6 changed files with 78 additions and 0 deletions

View file

@ -17,6 +17,16 @@ GenExchangeTest::~GenExchangeTest()
{
}
bool GenExchangeTest::getServiceStatistic(const uint32_t &token, GxsServiceStatistic &servStatistic)
{
mTestService->getServiceStatisticTS(token, servStatistic);
}
bool GenExchangeTest::getGroupStatistic(const uint32_t &token, GxsGroupStatistic &grpStatistic)
{
mTestService->getGroupStatisticTS(token, grpStatistic);
}
void GenExchangeTest::pollForToken(uint32_t token, const RsTokReqOptions &opts, bool fill)
{