mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-31 10:19:23 +00:00
fix(MainDb): add missing symbols (if soci is not enabled)
This commit is contained in:
parent
34b2882e38
commit
c5ad52bd42
1 changed files with 8 additions and 0 deletions
|
|
@ -1263,6 +1263,14 @@ MainDb::MainDb (Core *core) : AbstractDb(*new MainDbPrivate) {
|
|||
return list<shared_ptr<EventLog>>();
|
||||
}
|
||||
|
||||
list<shared_ptr<ChatRoom>> MainDb::getChatRooms () const {
|
||||
return list<shared_ptr<ChatRoom>>();
|
||||
}
|
||||
|
||||
void MainDb::insertChatRoom (const string &, int) {}
|
||||
|
||||
void MainDb::deleteChatRoom (const string &) {}
|
||||
|
||||
void MainDb::cleanHistory (const string &, FilterMask) {}
|
||||
|
||||
bool MainDb::import (Backend, const string &) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue