mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-11 18:45:17 -04:00
- moved RsAutoUpdatePage into retroshare-gui/ directory, to allow plugins to use it
- removed VOIP code from main executable. Moved it into VOIP plugin (c.f next commit) git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4963 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
0d4feb89b4
commit
ee5dcd1a8c
26 changed files with 18 additions and 1712 deletions
|
@ -1818,16 +1818,9 @@ RsTurtle *rsTurtle = NULL ;
|
|||
|
||||
/****
|
||||
* #define RS_RELEASE 1
|
||||
* #define RS_VOIPTEST 1
|
||||
****/
|
||||
|
||||
#define RS_RELEASE 1
|
||||
#define RS_VOIPTEST 1
|
||||
|
||||
|
||||
#ifdef RS_VOIPTEST
|
||||
#include "services/p3vors.h"
|
||||
#endif
|
||||
|
||||
#include "services/p3banlist.h"
|
||||
#include "services/p3dsdv.h"
|
||||
|
@ -2152,7 +2145,7 @@ int RsServer::StartupRetroShare()
|
|||
//
|
||||
mPluginsManager->setCacheDirectories(localcachedir,remotecachedir) ;
|
||||
mPluginsManager->setFileServer(ftserver) ;
|
||||
mPluginsManager->setLinkMgr(mLinkMgr) ;
|
||||
mPluginsManager->setLinkMgr(mLinkMgr) ;
|
||||
|
||||
// Now load the plugins. This parses the available SO/DLL files for known symbols.
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue