satui/satapp/SATUISrc/CSatUiViewAppUi.cpp
branchRCL_3
changeset 22 71268bfa7aea
parent 11 ba42c4bd84dd
child 41 594d59766373
equal deleted inserted replaced
20:586d88ba9aa1 22:71268bfa7aea
  3470     TFLOGSTRING( "CSatUiViewAppUi::StopPlayToneL called" )
  3470     TFLOGSTRING( "CSatUiViewAppUi::StopPlayToneL called" )
  3471     if ( iPlayer && iWait->IsStarted() )
  3471     if ( iPlayer && iWait->IsStarted() )
  3472         {
  3472         {
  3473         TFLOGSTRING( "CSatUiViewAppUi::StopPlayToneL\
  3473         TFLOGSTRING( "CSatUiViewAppUi::StopPlayToneL\
  3474             iPlayer exists" )
  3474             iPlayer exists" )
       
  3475         iPlayToneError = ESatSessionTerminatedByUser;
  3475         iWait->AsyncStop();
  3476         iWait->AsyncStop();
  3476         }
  3477         }
  3477     if ( iAudioPlayer )
  3478     if ( iAudioPlayer )
  3478         {
  3479         {
  3479         TFLOGSTRING( "StopPlayToneL iAudioPlayer exists" )
  3480         TFLOGSTRING( "StopPlayToneL iAudioPlayer exists" )
  3486                 {
  3487                 {
  3487                 iPermanentNote->ExitSleepingDialog();
  3488                 iPermanentNote->ExitSleepingDialog();
  3488                 delete iPermanentNote;
  3489                 delete iPermanentNote;
  3489                 iPermanentNote = NULL;
  3490                 iPermanentNote = NULL;
  3490                 }
  3491                 }
       
  3492             iPlayToneError = ESatSessionTerminatedByUser;
  3491             iWait->AsyncStop();
  3493             iWait->AsyncStop();
  3492             }
  3494             }
  3493         else
  3495         else
  3494             {
  3496             {
  3495             TFLOGSTRING( "CSatUiViewAppUi::StopPlayToneL\
  3497             TFLOGSTRING( "CSatUiViewAppUi::StopPlayToneL\