diff -r ba76fc04e6c2 -r 6b911d05207e phonesettings/cpphonesettingsplugins/cptelephonyutils/src/cpplugincommon_s.cpp --- a/phonesettings/cpphonesettingsplugins/cptelephonyutils/src/cpplugincommon_s.cpp Fri Jun 04 10:19:18 2010 +0100 +++ b/phonesettings/cpphonesettingsplugins/cptelephonyutils/src/cpplugincommon_s.cpp Wed Jun 23 18:12:20 2010 +0300 @@ -110,3 +110,11 @@ DPRINT << "DUMMY WRAPPER: enabled: " << enabled; return enabled; } + + +bool CpSettingsWrapper::isOngoingCall() const +{ + bool ongoingCall = false; + DPRINT << "DUMMY WRAPPER: ongoingCall: " << ongoingCall; + return ongoingCall; +}