diff -r 7ef16719d8cb -r fc69e1e37771 telephonyserverplugins/simtsy/src/CSimCallForwarding.cpp --- a/telephonyserverplugins/simtsy/src/CSimCallForwarding.cpp Fri Mar 12 15:49:38 2010 +0200 +++ b/telephonyserverplugins/simtsy/src/CSimCallForwarding.cpp Mon Mar 15 12:45:06 2010 +0200 @@ -652,7 +652,7 @@ } -void CSimCallForwarding::UpdateCFQuiescentCondition(TBool aActivate, +void CSimCallForwarding::UpdateCFQuiescentConditionL(TBool aActivate, RMobilePhone::TMobilePhoneCFCondition aCF) { // only the Call Forward Unconditional can alter any other CF condition @@ -828,7 +828,7 @@ if(callForwardActivated) { // only need to check quiescent status if an activation has occurred - UpdateCFQuiescentCondition(ETrue, theNewEntry.iCondition); + UpdateCFQuiescentConditionL(ETrue, theNewEntry.iCondition); } CleanupStack::PopAndDestroy(thePrevCFList); @@ -1000,7 +1000,7 @@ if(callForwardDeactivated) { // pass a FALSE to the function to notify of a service de-activation - UpdateCFQuiescentCondition(EFalse, theNewEntry.iCondition); + UpdateCFQuiescentConditionL(EFalse, theNewEntry.iCondition); } // now delete the old memory