realtimenetprots/sipfw/ProfileAgent/Server/Inc/SipProfileState.h
changeset 15 8248b03a2669
parent 0 307788aac0a8
equal deleted inserted replaced
0:307788aac0a8 15:8248b03a2669
   331 
   331 
   332 		void DisableWhileInProgressL(CSIPProfileCacheItem& aItem,
   332 		void DisableWhileInProgressL(CSIPProfileCacheItem& aItem,
   333 			CSIPProfileState& aUnregInProg,
   333 			CSIPProfileState& aUnregInProg,
   334 			CSIPProfileState& aUnregistered) const;
   334 			CSIPProfileState& aUnregistered) const;
   335 
   335 
       
   336         /**
       
   337         * Deregister profiles while registration is is progress
       
   338         * @param aItem profile cache item
       
   339         * @param aItem aUnregistered "Unregister" state
       
   340         */
       
   341         void DeregisterWhileRegInProgressL(CSIPProfileCacheItem& aItem,
       
   342             CSIPProfileState& aUnregistered);
       
   343 
   336 	protected: // Data
   344 	protected: // Data
   337 
   345 
   338 		CSIPPluginDirector& iPluginDirector;
   346 		CSIPPluginDirector& iPluginDirector;
   339 
   347 
   340 	private: // For testing purposes
   348 	private: // For testing purposes