mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-19 03:49:29 -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
13
plugins/VOIP/gui/PluginGUIHandler.cpp
Normal file
13
plugins/VOIP/gui/PluginGUIHandler.cpp
Normal file
|
@ -0,0 +1,13 @@
|
|||
#include <iostream>
|
||||
#include "PluginGUIHandler.h"
|
||||
|
||||
void PluginGUIHandler::ReceivedInvitation(const QString& peer_id)
|
||||
{
|
||||
std::cerr << "****** Plugin GUI handler: received data!" << std::endl;
|
||||
}
|
||||
|
||||
void PluginGUIHandler::ReceivedVoipData(const QString& peer_id)
|
||||
{
|
||||
std::cerr << "****** Plugin GUI handler: received invitation!" << std::endl;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue