forked from mirrors/linphone-iphone
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