realtimenetprots/sipfw/ProfileAgent/Server/Src/SipProfileCacheItem.cpp
changeset 34 3c8db403127f
parent 21 9565022eef45
child 37 0295359a7673
equal deleted inserted replaced
27:740ceea8e153 34:3c8db403127f
   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 // -----------------------------------------------------------------------------