marked unimplemented methods in rsgxsnetservice.h

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8178 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
electron128 2015-04-28 12:11:31 +00:00
parent 8a0d4caaa7
commit 279cd3592e

View File

@ -105,6 +105,7 @@ public:
* Use this to set how far back synchronisation of messages should take place
* @param age the max age a sync item can to be allowed in a synchronisation
*/
// NOT IMPLEMENTED
virtual void setSyncAge(uint32_t age);
/*!
@ -112,6 +113,7 @@ public:
* from peers
* @param enabled set to false to disable pause, and true otherwise
*/
// NOT IMPLEMENTED
virtual void pauseSynchronisation(bool enabled);