browserutilities/downloadmgr/DownloadMgrServEng/Inc/BuffStorage.h
branchRCL_3
changeset 50 d96eed154187
parent 49 919f36ff910f
--- a/browserutilities/downloadmgr/DownloadMgrServEng/Inc/BuffStorage.h	Wed Sep 01 12:28:30 2010 +0100
+++ b/browserutilities/downloadmgr/DownloadMgrServEng/Inc/BuffStorage.h	Tue Sep 14 23:23:58 2010 +0300
@@ -43,7 +43,7 @@
 */
 
 
-NONSHARABLE_CLASS( CBuffStorage ) : public CActive
+NONSHARABLE_CLASS( CBuffStorage ) : public CBase
     {
     public:  // Constructors and destructor
     
@@ -102,26 +102,6 @@
     
     private: // From CActive
 
-    /**
-    * Cancels the timer.
-    * @param 
-    * @return
-    */
-    void DoCancel();
-    
-    /**
-    * Handles an active object’s request completion event.
-    * @param 
-    * @return
-    */
-    void RunL();
-    
-    /**
-    * Persist received chunk
-    * @since Series 60 v2.8
-    * @param aBuf new chunk to be added
-    * @return EFalse if content-length had to be updated.
-    */
     void DoBufferingWriteL(const TDesC8& aBuf);
     void DoNonbufferingWriteL(const TDesC8& aBuf);
     
@@ -154,7 +134,6 @@
     
     // For stalling condition handling
     TInt iLastWriteErrorCode;
-    CActiveSchedulerWait* iWait;
     
     // References to CHttpStorage data
     RFile*& iFile;