convergedconnectionhandler/cchserver/src/cchservicehandler.cpp
branchRCL_3
changeset 11 6134b5029079
parent 9 bddb6d4447db
child 12 876a3df1f464
--- a/convergedconnectionhandler/cchserver/src/cchservicehandler.cpp	Wed Mar 31 21:20:05 2010 +0300
+++ b/convergedconnectionhandler/cchserver/src/cchservicehandler.cpp	Wed Apr 14 15:49:55 2010 +0300
@@ -614,7 +614,6 @@
     CCHLOGSTRING2( "CCCHServiceHandler[0x%x]::HandleDelayedNotifyEvent IN",
                    this );
     
-    iDelayedHandleNotifyServiceId = 0;
     CancelHandleNotifyDelayTimer();
     
     TServiceSelection selection;
@@ -659,6 +658,7 @@
         TRAP_IGNORE( UpdateL( ETrue ) );
         }
                 
+    iDelayedHandleNotifyServiceId = 0;
     CCHLOGSTRING( "CCCHServiceHandler::HandleDelayedNotifyEvent OUT" );
     }