mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Change signature of ServerGroupChatRoomPrivate::update() method.
This commit is contained in:
parent
d4af4fafd8
commit
a387d0e049
2 changed files with 2 additions and 2 deletions
|
|
@ -41,7 +41,7 @@ public:
|
|||
|
||||
void subscribeReceived (LinphoneEvent *event);
|
||||
|
||||
void update (SalCallOp *op);
|
||||
bool update (SalCallOp *op);
|
||||
|
||||
void setConferenceAddress (const IdentityAddress &conferenceAddress);
|
||||
void setParticipantDevices (const IdentityAddress &addr, const std::list<IdentityAddress> &devices);
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ IdentityAddress ServerGroupChatRoomPrivate::generateConferenceAddress (const sha
|
|||
|
||||
void ServerGroupChatRoomPrivate::subscribeReceived (LinphoneEvent *) {}
|
||||
|
||||
void ServerGroupChatRoomPrivate::update (SalCallOp *) {}
|
||||
bool ServerGroupChatRoomPrivate::update (SalCallOp *) { return true; }
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue