completed addition of get statistic feature of gxs

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7461 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
chrisparker126 2014-07-20 11:21:06 +00:00
parent be20086e09
commit 5399618cef
7 changed files with 138 additions and 10 deletions

View file

@ -19,12 +19,12 @@ GenExchangeTest::~GenExchangeTest()
bool GenExchangeTest::getServiceStatistic(const uint32_t &token, GxsServiceStatistic &servStatistic)
{
mTestService->getServiceStatisticTS(token, servStatistic);
return mTestService->getServiceStatisticTS(token, servStatistic);
}
bool GenExchangeTest::getGroupStatistic(const uint32_t &token, GxsGroupStatistic &grpStatistic)
{
mTestService->getGroupStatisticTS(token, grpStatistic);
return mTestService->getGroupStatisticTS(token, grpStatistic);
}