browserutilities/feedsengine/FeedsServer/Server/inc/FeedsServerSession.h
changeset 10 a359256acfc6
parent 0 dd21522fd290
child 25 0ed94ceaa377
--- a/browserutilities/feedsengine/FeedsServer/Server/inc/FeedsServerSession.h	Fri Jul 03 15:54:40 2009 +0100
+++ b/browserutilities/feedsengine/FeedsServer/Server/inc/FeedsServerSession.h	Thu Aug 27 07:44:59 2009 +0300
@@ -459,6 +459,14 @@
         static TInt LazyCallBack(TAny* aPtr);
 
         /**
+        * This function checks whether disk space has not gone below critical level
+        *
+        * @since 7.1
+        * @return ETrue if the there is sufficient space.
+        */
+        TBool IsSpaceAvailableL();
+
+        /**
         * Called upon completion of the task.
         *
         * @since 7.1
@@ -506,20 +514,20 @@
         // for GetRootFolder iCurrentRequest = 0
         // for GetFeed       iCurrentRequest = 1;
         TInt                  iCurrentRequest;
-        TBool                 iResponseTokensSent[2]; 
-        TInt                  iResponseOffset[2];     
-        
+        TBool                 iResponseTokensSent[2];
+        TInt                  iResponseOffset[2];
+
         CImportFeedsTask*     iOPMLImportTask;
-        
-        TInt 					iCurrOp;
-        TInt 					iPrevOp;
-        HBufC*				  iExportOPMLFileName;
-        CIdle*				  iLazyCaller; //To call SetTokenChunkL function;
-        TInt				  iPendingStatus;
-        TInt				  iPendingMessageHandle;
-        TBool				  iGetFeedCalled; 
-        
-        
+
+        TInt                  iCurrOp;
+        TInt                  iPrevOp;
+        HBufC*                iExportOPMLFileName;
+        CIdle*                iLazyCaller; //To call SetTokenChunkL function;
+        TInt                  iPendingStatus;
+        TInt                  iPendingMessageHandle;
+        TBool                 iGetFeedCalled;
+
+
     };