browserutilities/downloadmgr/DownloadMgrServEng/Inc/BuffStorage.h
branchRCL_3
changeset 49 919f36ff910f
parent 48 79859ed3eea9
child 50 d96eed154187
equal deleted inserted replaced
48:79859ed3eea9 49:919f36ff910f
   152     TPtr8 *iWritePtr;
   152     TPtr8 *iWritePtr;
   153     TInt iBufferSize;
   153     TInt iBufferSize;
   154     
   154     
   155     // For stalling condition handling
   155     // For stalling condition handling
   156     TInt iLastWriteErrorCode;
   156     TInt iLastWriteErrorCode;
   157     CActiveSchedulerWait iWait;
   157     CActiveSchedulerWait* iWait;
   158     
   158     
   159     // References to CHttpStorage data
   159     // References to CHttpStorage data
   160     RFile*& iFile;
   160     RFile*& iFile;
   161     TInt32& iDownloadedSize; // How much data actually written to finally
   161     TInt32& iDownloadedSize; // How much data actually written to finally
   162     TInt32& iBufferedSize;   // How much data received over the air (but not necessarily all in file yet)
   162     TInt32& iBufferedSize;   // How much data received over the air (but not necessarily all in file yet)