phoneapp/phoneuistates/src/cphonecallsetupandwaiting.cpp
branchRCL_3
changeset 23 40a3f856b14d
parent 4 24062c24fe38
child 24 41a7f70b3818
equal deleted inserted replaced
22:94dc1107e8b2 23:40a3f856b14d
   236         // Waiting call was terminated
   236         // Waiting call was terminated
   237         UpdateCbaL( EPhoneCallHandlingInCallCBA );
   237         UpdateCbaL( EPhoneCallHandlingInCallCBA );
   238         iStateMachine->ChangeState( EPhoneStateAlerting );            
   238         iStateMachine->ChangeState( EPhoneStateAlerting );            
   239         }
   239         }
   240     
   240     
   241     EndUiUpdate();        
   241     EndUiUpdate();
   242     }
   242     }
   243         
   243         
   244 // -----------------------------------------------------------
   244 // -----------------------------------------------------------
   245 // CPhoneCallSetupAndWaiting::UpdateInCallCbaL
   245 // CPhoneCallSetupAndWaiting::UpdateInCallCbaL
   246 // -----------------------------------------------------------
   246 // -----------------------------------------------------------
   274       
   274       
   275     // Update Touch buttons    
   275     // Update Touch buttons    
   276     CPhoneState::SetTouchPaneButtons( EPhoneWaitingCallButtons );
   276     CPhoneState::SetTouchPaneButtons( EPhoneWaitingCallButtons );
   277     SetToolbarDimming( EFalse );
   277     SetToolbarDimming( EFalse );
   278     
   278     
   279     CPhoneState::EndUiUpdate();
   279     EndUiUpdate();
   280  
   280  
   281     if ( CPhoneState::IsNumberEntryUsedL() )
   281     if ( CPhoneState::IsNumberEntryUsedL() )
   282         {
   282         {
   283         // Show number entry
   283         // Show number entry
   284         TPhoneCmdParamBoolean booleanParam;
   284         TPhoneCmdParamBoolean booleanParam;