changeset 45 | 6b911d05207e |
parent 37 | ba76fc04e6c2 |
child 51 | f39ed5e045e0 |
child 65 | 2a5d4ab426d3 |
--- 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; +}