mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-17 13:24:15 -05:00
Added service pointer of forums and channels to RsPlugInInterfaces.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7704 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
7b8cdd685d
commit
2f547e4014
@ -44,7 +44,8 @@ class RsTurtle ;
|
|||||||
class RsDht ;
|
class RsDht ;
|
||||||
class RsDisc ;
|
class RsDisc ;
|
||||||
class RsMsgs ;
|
class RsMsgs ;
|
||||||
//class RsForums;
|
class RsGxsForums;
|
||||||
|
class RsGxsChannels;
|
||||||
class RsNotify;
|
class RsNotify;
|
||||||
class p3LinkMgr ;
|
class p3LinkMgr ;
|
||||||
class MainPage ;
|
class MainPage ;
|
||||||
@ -112,6 +113,8 @@ public:
|
|||||||
RsUtil::inited_ptr<RsGxsIdExchange> mGxsIdService;
|
RsUtil::inited_ptr<RsGxsIdExchange> mGxsIdService;
|
||||||
RsUtil::inited_ptr<RsGcxs> mGxsCirlces;
|
RsUtil::inited_ptr<RsGcxs> mGxsCirlces;
|
||||||
RsUtil::inited_ptr<PgpAuxUtils> mPgpAuxUtils;
|
RsUtil::inited_ptr<PgpAuxUtils> mPgpAuxUtils;
|
||||||
|
RsUtil::inited_ptr<RsGxsForums> mGxsForums;
|
||||||
|
RsUtil::inited_ptr<RsGxsChannels> mGxsChannels;
|
||||||
};
|
};
|
||||||
|
|
||||||
class RsPlugin
|
class RsPlugin
|
||||||
|
@ -1495,6 +1495,8 @@ int RsServer::StartupRetroShare()
|
|||||||
interfaces.mGxsIdService = mGxsIdService;
|
interfaces.mGxsIdService = mGxsIdService;
|
||||||
interfaces.mGxsCirlces = mGxsCircles;
|
interfaces.mGxsCirlces = mGxsCircles;
|
||||||
interfaces.mPgpAuxUtils = pgpAuxUtils;
|
interfaces.mPgpAuxUtils = pgpAuxUtils;
|
||||||
|
interfaces.mGxsForums = mGxsForums;
|
||||||
|
interfaces.mGxsChannels = mGxsChannels;
|
||||||
mPluginsManager->setInterfaces(interfaces);
|
mPluginsManager->setInterfaces(interfaces);
|
||||||
|
|
||||||
// now add plugin objects inside the loop:
|
// now add plugin objects inside the loop:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user