mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 04:28:10 +00:00
Fix build without soci.
This commit is contained in:
parent
81340cfcb8
commit
86161b9285
1 changed files with 4 additions and 0 deletions
|
|
@ -611,6 +611,10 @@ EventsDb::EventsDb () : AbstractDb(*new EventsDbPrivate) {}
|
|||
|
||||
void EventsDb::cleanHistory (const string &) {}
|
||||
|
||||
bool EventsDb::import (Backend, const string &) {
|
||||
return false;
|
||||
}
|
||||
|
||||
#endif // ifdef SOCI_ENABLED
|
||||
|
||||
LINPHONE_END_NAMESPACE
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue