mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-27 07:59:20 +00:00
Allow overriding storeOrUpdateMessage() and messageReceived() methods of ChatRoomPrivate.
This commit is contained in:
parent
3943712131
commit
505cceb22a
1 changed files with 2 additions and 2 deletions
|
|
@ -65,10 +65,10 @@ protected:
|
|||
int sqlRequest (sqlite3 *db, const std::string &stmt);
|
||||
void sqlRequestMessage (sqlite3 *db, const std::string &stmt);
|
||||
std::list<std::shared_ptr<ChatMessage>> findMessages (const std::string &messageId);
|
||||
void storeOrUpdateMessage (const std::shared_ptr<ChatMessage> &msg);
|
||||
virtual void storeOrUpdateMessage (const std::shared_ptr<ChatMessage> &msg);
|
||||
|
||||
public:
|
||||
LinphoneReason messageReceived (SalOp *op, const SalMessage *msg);
|
||||
virtual LinphoneReason messageReceived (SalOp *op, const SalMessage *msg);
|
||||
void realtimeTextReceived (uint32_t character, LinphoneCall *call);
|
||||
|
||||
protected:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue