phoneapp/phoneuivoipextension/src/cphonevcchandler.cpp
changeset 56 5bcb308bd24d
parent 37 ba76fc04e6c2
equal deleted inserted replaced
46:bc5a64e5bc3c 56:5bcb308bd24d
   285      TPhoneCmdParamGlobalNote globalNoteParam;  
   285      TPhoneCmdParamGlobalNote globalNoteParam;  
   286           
   286           
   287 // Check notification tone user setting
   287 // Check notification tone user setting
   288      TInt tone = GetHoNotifToneModeL();
   288      TInt tone = GetHoNotifToneModeL();
   289     
   289     
   290       if ( tone == 1 )
   290 //      if ( tone == 1 )
   291            {
   291 //           {
   292            globalNoteParam.SetTone( EAvkonSIDConfirmationTone );
   292 //           globalNoteParam.SetTone( EAvkonSIDConfirmationTone );
   293            }
   293 //           }
   294        else
   294 //       else
   295            {
   295 //           {
   296            globalNoteParam.SetTone( EAvkonSIDNoSound );
   296 //           globalNoteParam.SetTone( EAvkonSIDNoSound );
   297            }
   297 //           }
   298 
   298 
   299      globalNoteParam.SetType( EAknGlobalWaitNote );
   299      globalNoteParam.SetType( EPhoneNotificationDialog );
   300      globalNoteParam.SetSoftkeys( R_AVKON_SOFTKEYS_EMPTY );
   300      globalNoteParam.SetSoftkeys( R_AVKON_SOFTKEYS_EMPTY );
   301      globalNoteParam.SetTextResourceId( 
   301      globalNoteParam.SetTextResourceId( 
   302                  CPhoneMainResourceResolver::Instance()->
   302                  CPhoneMainResourceResolver::Instance()->
   303                  ResolveResourceID( aCommand ) );
   303                  ResolveResourceID( aCommand ) );
   304                                     
   304