browserutilities/feedsengine/FeedsServer/Server/inc/FeedsServerSession.h
changeset 10 a359256acfc6
parent 0 dd21522fd290
child 25 0ed94ceaa377
equal deleted inserted replaced
5:10e98eab6f85 10:a359256acfc6
   457         * @return Integer
   457         * @return Integer
   458         */
   458         */
   459         static TInt LazyCallBack(TAny* aPtr);
   459         static TInt LazyCallBack(TAny* aPtr);
   460 
   460 
   461         /**
   461         /**
       
   462         * This function checks whether disk space has not gone below critical level
       
   463         *
       
   464         * @since 7.1
       
   465         * @return ETrue if the there is sufficient space.
       
   466         */
       
   467         TBool IsSpaceAvailableL();
       
   468 
       
   469         /**
   462         * Called upon completion of the task.
   470         * Called upon completion of the task.
   463         *
   471         *
   464         * @since 7.1
   472         * @since 7.1
   465         * @param aStatusCode The completion status of the request.
   473         * @param aStatusCode The completion status of the request.
   466         * @return Void
   474         * @return Void
   504         // folder list request,These two variable keep track of what part of CPacked should be sent
   512         // folder list request,These two variable keep track of what part of CPacked should be sent
   505         // to the client.
   513         // to the client.
   506         // for GetRootFolder iCurrentRequest = 0
   514         // for GetRootFolder iCurrentRequest = 0
   507         // for GetFeed       iCurrentRequest = 1;
   515         // for GetFeed       iCurrentRequest = 1;
   508         TInt                  iCurrentRequest;
   516         TInt                  iCurrentRequest;
   509         TBool                 iResponseTokensSent[2]; 
   517         TBool                 iResponseTokensSent[2];
   510         TInt                  iResponseOffset[2];     
   518         TInt                  iResponseOffset[2];
   511         
   519 
   512         CImportFeedsTask*     iOPMLImportTask;
   520         CImportFeedsTask*     iOPMLImportTask;
   513         
   521 
   514         TInt 					iCurrOp;
   522         TInt                  iCurrOp;
   515         TInt 					iPrevOp;
   523         TInt                  iPrevOp;
   516         HBufC*				  iExportOPMLFileName;
   524         HBufC*                iExportOPMLFileName;
   517         CIdle*				  iLazyCaller; //To call SetTokenChunkL function;
   525         CIdle*                iLazyCaller; //To call SetTokenChunkL function;
   518         TInt				  iPendingStatus;
   526         TInt                  iPendingStatus;
   519         TInt				  iPendingMessageHandle;
   527         TInt                  iPendingMessageHandle;
   520         TBool				  iGetFeedCalled; 
   528         TBool                 iGetFeedCalled;
   521         
   529 
   522         
   530 
   523     };
   531     };
   524 
   532 
   525 
   533 
   526 #endif      // FEEDS_SERVER_SESSION_H
   534 #endif      // FEEDS_SERVER_SESSION_H
   527 
   535