phoneapp/phoneuistates/src/cphoneconferenceandcallsetup.cpp
branchRCL_3
changeset 14 24062c24fe38
parent 9 8871b09be73b
child 25 91c2fb4b78df
equal deleted inserted replaced
9:8871b09be73b 14:24062c24fe38
   293     {
   293     {
   294     __LOGMETHODSTARTEND(EPhoneControl, "CPhoneConferenceAndCallSetup::HandleConnectedL()");
   294     __LOGMETHODSTARTEND(EPhoneControl, "CPhoneConferenceAndCallSetup::HandleConnectedL()");
   295     
   295     
   296     // Close menu bar, if it is displayed
   296     // Close menu bar, if it is displayed
   297     iViewCommandHandle->ExecuteCommandL( EPhoneViewMenuBarClose );
   297     iViewCommandHandle->ExecuteCommandL( EPhoneViewMenuBarClose );
   298     
   298  
   299     // Keep Phone in the foreground
       
   300     TPhoneCmdParamBoolean booleanParam;
       
   301     booleanParam.SetBoolean( EFalse );
       
   302     iViewCommandHandle->ExecuteCommandL( 
       
   303         EPhoneViewSetNeedToSendToBackgroundStatus, &booleanParam );
       
   304     
       
   305     BeginUiUpdateLC();
   299     BeginUiUpdateLC();
   306         
   300         
   307     // Show bubble
   301     // Show bubble
   308     TPhoneCmdParamCallHeaderData callHeaderParam;
   302     TPhoneCmdParamCallHeaderData callHeaderParam;
   309     callHeaderParam.SetCallState( EPEStateConnected );
   303     callHeaderParam.SetCallState( EPEStateConnected );