sipplugins/sippsystemstatemonitor/src/sipvpnmonitorao.cpp
changeset 33 b8a7e07b2677
parent 15 8248b03a2669
equal deleted inserted replaced
30:d7640adb246b 33:b8a7e07b2677
   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 // -----------------------------------------------------------------------------