mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 12:38:09 +00:00
Renaming in server group chat room.
This commit is contained in:
parent
ecf6024bbf
commit
373dafd993
2 changed files with 2 additions and 2 deletions
|
|
@ -84,7 +84,7 @@ private:
|
|||
bool isAdminLeft () const;
|
||||
void queueMessage (const std::shared_ptr<Message> &message);
|
||||
void queueMessage (const std::shared_ptr<Message> &msg, const IdentityAddress &deviceAddress);
|
||||
void removeLeftParticipants (const std::list <IdentityAddress> &compatibleParticipants);
|
||||
void removeNonPresentParticipants (const std::list <IdentityAddress> &compatibleParticipants);
|
||||
|
||||
void onParticipantDeviceLeft (const std::shared_ptr<const CallSession> &session);
|
||||
|
||||
|
|
|
|||
|
|
@ -104,7 +104,7 @@ void ServerGroupChatRoomPrivate::queueMessage (const shared_ptr<Message> &messag
|
|||
|
||||
void ServerGroupChatRoomPrivate::queueMessage (const shared_ptr<Message> &msg, const IdentityAddress &deviceAddress) {}
|
||||
|
||||
void ServerGroupChatRoomPrivate::removeLeftParticipants (const list <IdentityAddress> &compatibleParticipants) {}
|
||||
void ServerGroupChatRoomPrivate::removeNonPresentParticipants (const list <IdentityAddress> &compatibleParticipants) {}
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue