ncdengine/engine/transport/inc/catalogshttpdownload.h
changeset 50 c6e8afe0ba85
parent 44 329d304c1aa1
child 64 48c14c385b0e
--- a/ncdengine/engine/transport/inc/catalogshttpdownload.h	Tue Jun 29 16:50:12 2010 +0300
+++ b/ncdengine/engine/transport/inc/catalogshttpdownload.h	Thu Jul 08 20:28:00 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;