convergedconnectionhandler/cchserver/src/cchservicehandler.cpp
branchRCL_3
changeset 11 6134b5029079
parent 9 bddb6d4447db
child 12 876a3df1f464
equal deleted inserted replaced
10:ed1e38b404e5 11:6134b5029079
   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