Added initial implementation of get statistic functions

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7455 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
chrisparker126 2014-07-16 21:40:57 +00:00
parent 6dace62abe
commit c30318f0c0
4 changed files with 110 additions and 7 deletions

View file

@ -199,14 +199,14 @@ public:
* total size of groups
* @param token
*/
virtual void requestServiceStatistic(const uint32_t& token) = 0;
virtual void requestServiceStatistic(uint32_t& token) = 0;
/*!
* To request statistic on a group
* @param token set to value to be redeemed to get statistic
* @param grpId the id of the group
*/
virtual void requestGroupStatistic(const uint32_t& token, const RsGxsGroupId& grpId) = 0;
virtual void requestGroupStatistic(uint32_t& token, const RsGxsGroupId& grpId) = 0;
/* Cancel Request */