removed old code in rsiface/p3face

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8114 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
electron128 2015-04-04 09:54:10 +00:00
parent 32d1bd7b04
commit e9b722a732
4 changed files with 0 additions and 91 deletions

View file

@ -60,18 +60,9 @@ class RsControl /* The Main Interface Class - for controlling the server */
/* Real Startup Fn */
virtual int StartupRetroShare() = 0;
/****************************************/
/* Flagging Persons / Channels / Files in or out of a set (CheckLists) */
virtual int SetInBroadcast(std::string id, bool in) = 0; /* channel : channel broadcast */
virtual int SetInSubscribe(std::string id, bool in) = 0; /* channel : subscribed channels */
virtual int ClearInBroadcast() = 0;
virtual int ClearInSubscribe() = 0;
/****************************************/
/* Config */
virtual int ConfigSetBootPrompt( bool on ) = 0;
virtual void ConfigFinalSave( ) = 0;
virtual void rsGlobalShutDown( ) = 0;