realtimenetprots/sipfw/ProfileAgent/Server/Inc/SipProfileCacheItem.h
branchRCL_3
changeset 20 a7d1e54a7332
parent 16 43c4dec3cb1f
child 37 0295359a7673
--- a/realtimenetprots/sipfw/ProfileAgent/Server/Inc/SipProfileCacheItem.h	Tue May 11 16:32:45 2010 +0300
+++ b/realtimenetprots/sipfw/ProfileAgent/Server/Inc/SipProfileCacheItem.h	Tue May 25 13:04:58 2010 +0300
@@ -290,6 +290,18 @@
         */
 		TBool IsShutdownInitiated() const;
 		
+      /**
+        * System is about to go in Offline Mode
+        */
+        void OfflineInitiated(TBool aOfflineInitiated);
+
+        /**
+        * Tells if system is about to be Offline.
+        * @return ETrue if system Offline has been initiated
+        *         EFalse otherwise
+        */
+        TBool IsOfflineInitiated() const;
+		
 		/**
         * System is about to be shut down.
         */
@@ -554,11 +566,7 @@
 		* @param aStatus Status of the profile
 		*/
 		void HandleProfileError(TInt aError, 
-			CSIPConcreteProfile& aProfile);
-		/**
-		 * Function resets the boolean variable iIsShutdownInitiated
-		 */
-		void ResetShutdownvariable();
+			CSIPConcreteProfile& aProfile);		
 
 	private:
 
@@ -647,6 +655,9 @@
 		// ETrue if system shutdown has been initiated
 		TBool 						iIsShutdownInitiated;
 		
+		//ETrue if system offline has been initiated
+		TBool                       iIsOfflineInitiated;                    
+		
 		// ETrue if Rfs has been initiated
 		TBool                       iIsRfsInprogress;