mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-02 11:16:34 -04:00
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:
parent
32d1bd7b04
commit
e9b722a732
4 changed files with 0 additions and 91 deletions
|
@ -110,21 +110,6 @@ class RsServer: public RsControl, public RsThread
|
|||
/* mutex */
|
||||
RsMutex coreMutex;
|
||||
|
||||
/* General Internal Helper Functions
|
||||
(Must be Locked)
|
||||
*/
|
||||
|
||||
/****************************************/
|
||||
/****************************************/
|
||||
/* p3face-msg Operations */
|
||||
|
||||
public:
|
||||
/* Flagging Persons / Channels / Files in or out of a set (CheckLists) */
|
||||
virtual int SetInBroadcast(std::string id, bool in); /* channel : channel broadcast */
|
||||
virtual int SetInSubscribe(std::string id, bool in); /* channel : subscribed channels */
|
||||
virtual int ClearInBroadcast();
|
||||
virtual int ClearInSubscribe();
|
||||
|
||||
private:
|
||||
|
||||
/****************************************/
|
||||
|
@ -134,7 +119,6 @@ class RsServer: public RsControl, public RsThread
|
|||
public:
|
||||
/* Config */
|
||||
|
||||
virtual int ConfigSetBootPrompt( bool on );
|
||||
virtual void ConfigFinalSave( );
|
||||
virtual void startServiceThread(RsThread *t) ;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue