mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-18 19:48:07 +00:00
Moved insertChatRoom to public part of private core
This commit is contained in:
parent
53c83d3585
commit
2a64f69f35
1 changed files with 1 additions and 1 deletions
|
|
@ -33,11 +33,11 @@ public:
|
|||
std::unique_ptr<MainDb> mainDb;
|
||||
LinphoneCore *cCore = nullptr;
|
||||
|
||||
void insertChatRoom (const std::shared_ptr<ChatRoom> &chatRoom);
|
||||
void insertChatRoomWithDb (const std::shared_ptr<ChatRoom> &chatRoom);
|
||||
std::shared_ptr<ChatRoom> createChatRoom (const Address &peerAddress, bool isRtt);
|
||||
|
||||
private:
|
||||
void insertChatRoom (const std::shared_ptr<ChatRoom> &chatRoom);
|
||||
void deleteChatRoom (const std::string &peerAddress);
|
||||
void deleteChatRoomWithDb (const std::string &peerAddress);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue