realtimenetprots/sipfw/ProfileAgent/Server/Src/SipProfileStateRegInProg.cpp
branchRCL_3
changeset 9 1e1cc61f56c3
parent 0 307788aac0a8
equal deleted inserted replaced
4:dd3853b8dc3f 9:1e1cc61f56c3
   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 	}