realtimenetprots/sipfw/ProfileAgent/Server/Src/SipProfileCacheItem.cpp
branchRCL_3
changeset 26 822e1f077722
parent 20 a7d1e54a7332
child 37 0295359a7673
equal deleted inserted replaced
20:a7d1e54a7332 26:822e1f077722
   569 // -----------------------------------------------------------------------------
   569 // -----------------------------------------------------------------------------
   570 //
   570 //
   571 void CSIPProfileCacheItem::VpnInUse(TBool aStatus)
   571 void CSIPProfileCacheItem::VpnInUse(TBool aStatus)
   572     {
   572     {
   573     iIsVpnInUse = aStatus;
   573     iIsVpnInUse = aStatus;
       
   574     iCurrentState->ShutdownInitiated(*this);
   574     }
   575     }
   575 
   576 
   576 // -----------------------------------------------------------------------------
   577 // -----------------------------------------------------------------------------
   577 // CSIPProfileCacheItem::IsVpnInUse
   578 // CSIPProfileCacheItem::IsVpnInUse
   578 // -----------------------------------------------------------------------------
   579 // -----------------------------------------------------------------------------