ncdengine/engine/transport/inc/catalogshttpdownload.h
changeset 60 245df5276b97
parent 53 ae54820ef82c
child 64 48c14c385b0e
--- a/ncdengine/engine/transport/inc/catalogshttpdownload.h	Tue Jul 06 14:23:31 2010 +0300
+++ b/ncdengine/engine/transport/inc/catalogshttpdownload.h	Wed Aug 18 09:55:45 2010 +0300
@@ -19,7 +19,7 @@
 #ifndef C_CATALOGSHTTPDOWNLOAD_H
 #define C_CATALOGSHTTPDOWNLOAD_H
 
-#include <DownloadMgrClient.h>
+// HLA: #include <DownloadMgrClient.h>
 #include <download.h>
 #include <downloadevent.h>
 #include <s32file.h>
@@ -295,8 +295,9 @@
     *
     * @param aEvent Download Manager event
     */
+     /* HLa
     void HandleEventL( THttpDownloadEvent aEvent );
-    
+    */
     
     /**
      * Set file server session
@@ -349,9 +350,10 @@
     /**
     * Handles event progress
     * @param aEvent The event that has progressed
-    */            
+    */
+    /* HLa
     void HandleEventProgressL( const THttpDownloadEvent& aEvent );
-
+    */
     
     /**
     * Updates the target filename from Content-Disposition -header
@@ -527,7 +529,9 @@
     HBufC8* iAddedRequestHeaders;       
     TInt iRefCount;        
     TBool iNormalDelete;
-    TBuf8<KMaxContentTypeLength> iContentType;
+
+    // HLa: TBuf8<KMaxContentTypeLength> iContentType;
+    TBuf8<256> iContentType;
         
     // Transaction for retrieving all of the response headers
     MCatalogsHttpOperation* iTransaction;