mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
fixed bug in having two different service ids in VOIP
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4995 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
af1b90707a
commit
1ee48b68a6
3 changed files with 9 additions and 10 deletions
|
@ -8,8 +8,7 @@
|
|||
class RsVoip ;
|
||||
extern RsVoip *rsVoip;
|
||||
|
||||
static const uint32_t CONFIG_TYPE_VOIP_PLUGIN = 0xe001 ;
|
||||
static const uint32_t RS_SERVICE_TYPE_VOIP_PLUGIN = 0xe001 ;
|
||||
static const uint32_t CONFIG_TYPE_VOIP_PLUGIN = 0xe001 ;
|
||||
|
||||
class RsVoipPongResult
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue