realtimenetprots/sipfw/ProfileAgent/Server/Src/SipProfileCacheItem.cpp
branchRCL_3
changeset 13 822e1f077722
parent 12 a7d1e54a7332
child 18 f54bfd820e04
equal deleted inserted replaced
12:a7d1e54a7332 13: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 // -----------------------------------------------------------------------------