Fix build without soci.

This commit is contained in:
Ghislain MARY 2017-10-05 15:21:40 +02:00
parent 81340cfcb8
commit 86161b9285

View file

@ -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