mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
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:
parent
be20086e09
commit
5399618cef
7 changed files with 138 additions and 10 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue