mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
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:
parent
8a0d4caaa7
commit
279cd3592e
@ -105,6 +105,7 @@ public:
|
|||||||
* Use this to set how far back synchronisation of messages should take place
|
* 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
|
* @param age the max age a sync item can to be allowed in a synchronisation
|
||||||
*/
|
*/
|
||||||
|
// NOT IMPLEMENTED
|
||||||
virtual void setSyncAge(uint32_t age);
|
virtual void setSyncAge(uint32_t age);
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
@ -112,6 +113,7 @@ public:
|
|||||||
* from peers
|
* from peers
|
||||||
* @param enabled set to false to disable pause, and true otherwise
|
* @param enabled set to false to disable pause, and true otherwise
|
||||||
*/
|
*/
|
||||||
|
// NOT IMPLEMENTED
|
||||||
virtual void pauseSynchronisation(bool enabled);
|
virtual void pauseSynchronisation(bool enabled);
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user