mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-28 00:49:28 -05:00
added mNotify to plugin interfaces
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7006 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
97cd659679
commit
aa78a41715
@ -43,6 +43,7 @@ class RsDht ;
|
||||
class RsDisc ;
|
||||
class RsMsgs ;
|
||||
class RsForums;
|
||||
class RsNotify;
|
||||
class p3LinkMgr ;
|
||||
class MainPage ;
|
||||
class QIcon ;
|
||||
@ -100,6 +101,7 @@ public:
|
||||
RsDisc *mDisc;
|
||||
RsDht *mDht;
|
||||
RsForums *mForums;
|
||||
RsNotify *mNotify;
|
||||
};
|
||||
|
||||
class RsPlugin
|
||||
|
@ -2261,6 +2261,7 @@ int RsServer::StartupRetroShare()
|
||||
interfaces.mDisc = rsDisc;
|
||||
interfaces.mDht = rsDht;
|
||||
interfaces.mForums = mForums;
|
||||
interfaces.mNotify = mNotify;
|
||||
|
||||
mPluginsManager->setInterfaces(interfaces);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user