Renaming in server group chat room.

This commit is contained in:
Ghislain MARY 2018-02-15 16:21:14 +01:00
parent ecf6024bbf
commit 373dafd993
2 changed files with 2 additions and 2 deletions

View file

@ -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);

View file

@ -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) {}
// -----------------------------------------------------------------------------