realtimenetprots/sipfw/ProfileAgent/Server/Inc/SipProfileState.h
branchRCL_3
changeset 9 1e1cc61f56c3
parent 0 307788aac0a8
--- a/realtimenetprots/sipfw/ProfileAgent/Server/Inc/SipProfileState.h	Fri Feb 19 23:10:33 2010 +0200
+++ b/realtimenetprots/sipfw/ProfileAgent/Server/Inc/SipProfileState.h	Fri Mar 12 15:44:11 2010 +0200
@@ -333,6 +333,14 @@
 			CSIPProfileState& aUnregInProg,
 			CSIPProfileState& aUnregistered) const;
 
+        /**
+        * Deregister profiles while registration is is progress
+        * @param aItem profile cache item
+        * @param aItem aUnregistered "Unregister" state
+        */
+        void DeregisterWhileRegInProgressL(CSIPProfileCacheItem& aItem,
+            CSIPProfileState& aUnregistered);
+
 	protected: // Data
 
 		CSIPPluginDirector& iPluginDirector;