equal
deleted
inserted
replaced
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\ |