mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-26 23:58:17 +00:00
fix(MainDb): fix compil when soci is not used
This commit is contained in:
parent
16d229224c
commit
3e54de8d6a
1 changed files with 2 additions and 2 deletions
|
|
@ -1202,11 +1202,11 @@ shared_ptr<ChatRoom> MainDb::findChatRoom (const string &peerAddress) const {
|
|||
|
||||
void MainDb::init () {}
|
||||
|
||||
bool MainDb::addEvent (const EventLog &) {
|
||||
bool MainDb::addEvent (const shared_ptr<EventLog> &) {
|
||||
return false;
|
||||
}
|
||||
|
||||
bool MainDb::deleteEvent (const EventLog &) {
|
||||
bool MainDb::deleteEvent (const shared_ptr<EventLog> &) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue