added entry in rsgxsnetservice to change sync params

This commit is contained in:
csoler 2016-12-04 23:26:48 +01:00
parent 5612647672
commit d2ef2248c6
5 changed files with 33 additions and 9 deletions

View file

@ -15,7 +15,8 @@ public:
RsDummyNetService(){ return;}
virtual ~RsDummyNetService() { }
void setSyncAge(uint32_t age){}
void setSyncAge(const RsGxsGroupId& id,uint32_t age_in_secs){}
void setKeepAge(const RsGxsGroupId& id,uint32_t age_in_secs){}
void requestGroupsOfPeer(const std::string& peerId){}