sipplugins/sippsystemstatemonitor/src/sipvpnmonitorao.cpp
branchRCL_3
changeset 13 822e1f077722
parent 2 1e1cc61f56c3
equal deleted inserted replaced
12:a7d1e54a7332 13:822e1f077722
   189 void CSipVpnMonitorAo::EventProcessingCompleted()
   189 void CSipVpnMonitorAo::EventProcessingCompleted()
   190     {
   190     {
   191     // SIP deregistration has been completed. Stop the guard timer and tell
   191     // SIP deregistration has been completed. Stop the guard timer and tell
   192     // the VPN client about it.
   192     // the VPN client about it.
   193     iGuardTimer->Cancel();
   193     iGuardTimer->Cancel();
   194 
   194     if (iState == CSipSystemStateMonitor::EVpnInitiating)
   195     iProperty.Set( KPSVpnSipUid, KVpnSipState, ESipDeregisterCompleted );
   195         {
   196     iCount = 0;
   196         iProperty.Set( KPSVpnSipUid, KVpnSipState, ESipDeregisterCompleted );
       
   197         iCount = 0;
       
   198         }
   197     }
   199     }
   198 
   200 
   199 // -----------------------------------------------------------------------------
   201 // -----------------------------------------------------------------------------
   200 // CSipVpnMonitorAo::TimerExpired
   202 // CSipVpnMonitorAo::TimerExpired
   201 // -----------------------------------------------------------------------------
   203 // -----------------------------------------------------------------------------