equal
deleted
inserted
replaced
612 void CCCHServiceHandler::HandleDelayedNotifyEvent() |
612 void CCCHServiceHandler::HandleDelayedNotifyEvent() |
613 { |
613 { |
614 CCHLOGSTRING2( "CCCHServiceHandler[0x%x]::HandleDelayedNotifyEvent IN", |
614 CCHLOGSTRING2( "CCCHServiceHandler[0x%x]::HandleDelayedNotifyEvent IN", |
615 this ); |
615 this ); |
616 |
616 |
617 iDelayedHandleNotifyServiceId = 0; |
|
618 CancelHandleNotifyDelayTimer(); |
617 CancelHandleNotifyDelayTimer(); |
619 |
618 |
620 TServiceSelection selection; |
619 TServiceSelection selection; |
621 selection.iServiceId = iDelayedHandleNotifyServiceId; |
620 selection.iServiceId = iDelayedHandleNotifyServiceId; |
622 TInt index( ServiceExist( selection ) ); |
621 TInt index( ServiceExist( selection ) ); |
657 if ( KErrNone != err ) |
656 if ( KErrNone != err ) |
658 { |
657 { |
659 TRAP_IGNORE( UpdateL( ETrue ) ); |
658 TRAP_IGNORE( UpdateL( ETrue ) ); |
660 } |
659 } |
661 |
660 |
|
661 iDelayedHandleNotifyServiceId = 0; |
662 CCHLOGSTRING( "CCCHServiceHandler::HandleDelayedNotifyEvent OUT" ); |
662 CCHLOGSTRING( "CCCHServiceHandler::HandleDelayedNotifyEvent OUT" ); |
663 } |
663 } |
664 |
664 |
665 // --------------------------------------------------------------------------- |
665 // --------------------------------------------------------------------------- |
666 // CCCHServiceHandler::Exists |
666 // CCCHServiceHandler::Exists |