mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-26 07:11:08 -04:00
updated v0.6-Circles with latest trunk
This commit is contained in:
commit
8ec0e10019
10 changed files with 142 additions and 77 deletions
|
@ -93,6 +93,7 @@ RsServer::RsServer()
|
|||
msgSrv = NULL;
|
||||
chatSrv = NULL;
|
||||
mStatusSrv = NULL;
|
||||
mGxsTunnels = NULL;
|
||||
|
||||
mMin = 0;
|
||||
mLoop = 0;
|
||||
|
|
|
@ -1372,12 +1372,11 @@ int RsServer::StartupRetroShare()
|
|||
|
||||
/**** Wiki GXS service ****/
|
||||
|
||||
|
||||
#ifdef RS_USE_WIKI
|
||||
RsGeneralDataService* wiki_ds = new RsDataService(currGxsDir + "/", "wiki_db",
|
||||
RS_SERVICE_GXS_TYPE_WIKI,
|
||||
NULL, rsInitConfig->gxs_passwd);
|
||||
|
||||
#ifdef RS_USE_WIKI
|
||||
p3Wiki *mWiki = new p3Wiki(wiki_ds, NULL, mGxsIdService);
|
||||
// create GXS wiki service
|
||||
RsGxsNetService* wiki_ns = new RsGxsNetService(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue