phoneapp/phoneuistates/src/cphonegsmincall.cpp
changeset 53 22cc52eade9b
parent 50 377c906a8701
child 65 2a5d4ab426d3
equal deleted inserted replaced
52:a49bfe5190e4 53:22cc52eade9b
   229 
   229 
   230     MPEEngineInfo* EngineInfo = CPhoneState::iStateMachine->PhoneEngineInfo();
   230     MPEEngineInfo* EngineInfo = CPhoneState::iStateMachine->PhoneEngineInfo();
   231     
   231     
   232     TPhoneCmdParamGlobalNote globalNoteParam;
   232     TPhoneCmdParamGlobalNote globalNoteParam;
   233     globalNoteParam.SetText(  EngineInfo->RemoteColpNumber( aCallId ) ); 
   233     globalNoteParam.SetText(  EngineInfo->RemoteColpNumber( aCallId ) ); 
   234     globalNoteParam.SetType( EAknGlobalInformationNote );
   234     globalNoteParam.SetType( EPhoneNotificationDialog );
   235     globalNoteParam.SetTextResourceId( 
   235     globalNoteParam.SetTextResourceId( 
   236             CPhoneMainResourceResolver::Instance()->
   236             CPhoneMainResourceResolver::Instance()->
   237 	        ResolveResourceID( EPhoneColpConnected ) );
   237 	        ResolveResourceID( EPhoneColpConnected ) );
   238     globalNoteParam.SetTone( EAvkonSIDInformationTone );
       
   239     globalNoteParam.SetNotificationDialog( ETrue );
   238     globalNoteParam.SetNotificationDialog( ETrue );
   240 	        
   239 	        
   241     iViewCommandHandle->ExecuteCommandL( 
   240     iViewCommandHandle->ExecuteCommandL( 
   242             EPhoneViewShowGlobalNote, &globalNoteParam );
   241             EPhoneViewShowGlobalNote, &globalNoteParam );
   243     
   242     
   343         delete tmp;
   342         delete tmp;
   344         tmp = NULL;  
   343         tmp = NULL;  
   345         }
   344         }
   346          
   345          
   347     globalNoteParam.SetText( holdText ); 
   346     globalNoteParam.SetText( holdText ); 
   348     globalNoteParam.SetType( EAknGlobalConfirmationNote );
   347     globalNoteParam.SetType( EPhoneMessageBoxInformation );
   349     globalNoteParam.SetTone( EAvkonSIDInformationTone );
       
   350         
   348         
   351     iViewCommandHandle->ExecuteCommandL( 
   349     iViewCommandHandle->ExecuteCommandL( 
   352             EPhoneViewShowGlobalNote, &globalNoteParam ); 
   350             EPhoneViewShowGlobalNote, &globalNoteParam ); 
   353     }
   351     }
   354 
   352