ncdengine/engine/transport/inc/catalogshttpdownload.h
changeset 60 245df5276b97
parent 53 ae54820ef82c
child 64 48c14c385b0e
equal deleted inserted replaced
53:ae54820ef82c 60:245df5276b97
    17 
    17 
    18 
    18 
    19 #ifndef C_CATALOGSHTTPDOWNLOAD_H
    19 #ifndef C_CATALOGSHTTPDOWNLOAD_H
    20 #define C_CATALOGSHTTPDOWNLOAD_H
    20 #define C_CATALOGSHTTPDOWNLOAD_H
    21 
    21 
    22 #include <DownloadMgrClient.h>
    22 // HLA: #include <DownloadMgrClient.h>
    23 #include <download.h>
    23 #include <download.h>
    24 #include <downloadevent.h>
    24 #include <downloadevent.h>
    25 #include <s32file.h>
    25 #include <s32file.h>
    26 
    26 
    27 #include "catalogshttpoperation.h"
    27 #include "catalogshttpoperation.h"
   293     /**
   293     /**
   294     * Handles events from Download Manager
   294     * Handles events from Download Manager
   295     *
   295     *
   296     * @param aEvent Download Manager event
   296     * @param aEvent Download Manager event
   297     */
   297     */
       
   298      /* HLa
   298     void HandleEventL( THttpDownloadEvent aEvent );
   299     void HandleEventL( THttpDownloadEvent aEvent );
   299     
   300     */
   300     
   301     
   301     /**
   302     /**
   302      * Set file server session
   303      * Set file server session
   303      *
   304      *
   304      * @param aFs File server session
   305      * @param aFs File server session
   347 private: // New methods
   348 private: // New methods
   348 
   349 
   349     /**
   350     /**
   350     * Handles event progress
   351     * Handles event progress
   351     * @param aEvent The event that has progressed
   352     * @param aEvent The event that has progressed
   352     */            
   353     */
       
   354     /* HLa
   353     void HandleEventProgressL( const THttpDownloadEvent& aEvent );
   355     void HandleEventProgressL( const THttpDownloadEvent& aEvent );
   354 
   356     */
   355     
   357     
   356     /**
   358     /**
   357     * Updates the target filename from Content-Disposition -header
   359     * Updates the target filename from Content-Disposition -header
   358     * @throw KErrNotFound if the header doesn't exist
   360     * @throw KErrNotFound if the header doesn't exist
   359     */
   361     */
   525     
   527     
   526     // added request headers not supported by DL man
   528     // added request headers not supported by DL man
   527     HBufC8* iAddedRequestHeaders;       
   529     HBufC8* iAddedRequestHeaders;       
   528     TInt iRefCount;        
   530     TInt iRefCount;        
   529     TBool iNormalDelete;
   531     TBool iNormalDelete;
   530     TBuf8<KMaxContentTypeLength> iContentType;
   532 
       
   533     // HLa: TBuf8<KMaxContentTypeLength> iContentType;
       
   534     TBuf8<256> iContentType;
   531         
   535         
   532     // Transaction for retrieving all of the response headers
   536     // Transaction for retrieving all of the response headers
   533     MCatalogsHttpOperation* iTransaction;
   537     MCatalogsHttpOperation* iTransaction;
   534     TCatalogsHttpHeaderMode iMode;    
   538     TCatalogsHttpHeaderMode iMode;    
   535         
   539