mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-01 10:46:23 -04:00
Prepare for merging
This commit is contained in:
parent
b1860d8682
commit
1d4ca64dee
27 changed files with 1442 additions and 992 deletions
|
@ -34,7 +34,6 @@
|
|||
#include "retroshare/rsiface.h"
|
||||
#include "retroshare/rstypes.h"
|
||||
#include "util/rsthreads.h"
|
||||
#include "jsonapi/jsonapi.h"
|
||||
|
||||
#include "chat/p3chatservice.h"
|
||||
#include "gxstunnel/p3gxstunnel.h"
|
||||
|
@ -141,7 +140,7 @@ public:
|
|||
|
||||
private:
|
||||
|
||||
std::string getSQLCipherVersion();
|
||||
std::string getSQLCipherVersion(); // TODO: move to rsversion.h
|
||||
|
||||
// The real Server Parts.
|
||||
|
||||
|
@ -157,9 +156,6 @@ public:
|
|||
|
||||
RsPluginManager *mPluginsManager;
|
||||
|
||||
//sslroot *sslr;
|
||||
JsonApiServer *mJsonAPIServer;
|
||||
|
||||
/* services */
|
||||
p3heartbeat *mHeart;
|
||||
p3discovery2 *mDisc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue