phonesettings/cpphonesettingsplugins/cptelephonyutils/src/cpplugincommon_s.cpp
branchGCC_SURGE
changeset 51 f39ed5e045e0
parent 22 6bb1b21d2484
parent 45 6b911d05207e
--- a/phonesettings/cpphonesettingsplugins/cptelephonyutils/src/cpplugincommon_s.cpp	Tue Jun 15 14:14:38 2010 +0100
+++ b/phonesettings/cpphonesettingsplugins/cptelephonyutils/src/cpplugincommon_s.cpp	Thu Jul 22 16:33:21 2010 +0100
@@ -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;
+}