realtimenetprots/sipfw/ProfileAgent/Server/Src/SipProfileStateRegInProg.cpp
changeset 15 8248b03a2669
parent 0 307788aac0a8
equal deleted inserted replaced
0:307788aac0a8 15:8248b03a2669
   226 				   aNewIapId)
   226 				   aNewIapId)
   227 
   227 
   228 	iPluginDirector.TerminateHandling(aItem.Profile());
   228 	iPluginDirector.TerminateHandling(aItem.Profile());
   229 	aItem.HandleNewIapL(aSnapId, aNewIapId, EFalse, *iWaitForPermission);
   229 	aItem.HandleNewIapL(aSnapId, aNewIapId, EFalse, *iWaitForPermission);
   230 	}
   230 	}
       
   231 
       
   232 // -----------------------------------------------------------------------------
       
   233 // CSIPProfileStateRegInProg::ShutdownInitiated
       
   234 // Initiate de-registration. PluginDirector never has a pending register in
       
   235 // registered state.
       
   236 // -----------------------------------------------------------------------------
       
   237 //
       
   238 void CSIPProfileStateRegInProg::ShutdownInitiated( CSIPProfileCacheItem& aItem )
       
   239 	{
       
   240       TRAP_IGNORE( DeregisterWhileRegInProgressL( aItem, *iUnregistered) )
       
   241 	}