mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-06 16:15:23 -04:00
added communitation between service and GUI part of VOIP plugin.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4990 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
12b3ed02f1
commit
db07053214
9 changed files with 107 additions and 7 deletions
|
@ -3,6 +3,9 @@
|
|||
#include <retroshare/rsplugin.h>
|
||||
#include "services/p3vors.h"
|
||||
|
||||
class PluginGUIHandler ;
|
||||
class PluginNotifier ;
|
||||
|
||||
class VOIPPlugin: public RsPlugin
|
||||
{
|
||||
public:
|
||||
|
@ -32,5 +35,8 @@ class VOIPPlugin: public RsPlugin
|
|||
mutable RsPluginHandler *mPlugInHandler;
|
||||
mutable RsPeers* mPeers;
|
||||
mutable ConfigPage *config_page ;
|
||||
|
||||
PluginNotifier *mPluginNotifier ;
|
||||
PluginGUIHandler *mPluginGUIHandler ;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue