phoneapp/phoneuistates/src/cphonegsmincall.cpp
changeset 76 cfea66083b62
parent 74 d1c62c765e48
child 78 baacf668fe89
equal deleted inserted replaced
74:d1c62c765e48 76:cfea66083b62
   253     
   253     
   254     // Disable global notes when there is an incoming call
   254     // Disable global notes when there is an incoming call
   255     TPhoneCmdParamBoolean globalNotifierParam;
   255     TPhoneCmdParamBoolean globalNotifierParam;
   256     globalNotifierParam.SetBoolean( ETrue );
   256     globalNotifierParam.SetBoolean( ETrue );
   257     iViewCommandHandle->ExecuteCommandL( EPhoneViewSetGlobalNotifiersDisabled,
   257     iViewCommandHandle->ExecuteCommandL( EPhoneViewSetGlobalNotifiersDisabled,
   258         &globalNotifierParam );
   258         &globalNotifierParam );   
   259     iViewCommandHandle->ExecuteCommandL( EPhoneViewSetEikonNotifiersDisabled,
       
   260         &globalNotifierParam );
       
   261     
       
   262     }
   259     }
   263 
   260 
   264 
   261 
   265 // End of File
   262 // End of File