ncdengine/engine/transport/inc/catalogshttptypes.h
changeset 60 245df5276b97
parent 24 84a16765cd86
equal deleted inserted replaced
53:ae54820ef82c 60:245df5276b97
    17 
    17 
    18 
    18 
    19 #ifndef T_CATALOGSHTTPTYPES_H
    19 #ifndef T_CATALOGSHTTPTYPES_H
    20 #define T_CATALOGSHTTPTYPES_H
    20 #define T_CATALOGSHTTPTYPES_H
    21 
    21 
    22 #include <HttpDownloadMgrCommon.h>
    22 // #include <HttpDownloadMgrCommon.h>  // HLa: DLMgr remove
    23 
    23 
    24 class MCatalogsHttpOperation;
    24 class MCatalogsHttpOperation;
    25 
    25 
    26 /**
    26 /**
    27 * HTTP events
    27 * HTTP events
   340     };
   340     };
   341 
   341 
   342 /**
   342 /**
   343 * Maximum length for content types
   343 * Maximum length for content types
   344 */
   344 */
       
   345 const TUint KMaxContentTypeLength = 256; // HLa: DLMgr remove
   345 const TUint KCatalogsHttpMaxContentTypeLength = KMaxContentTypeLength;
   346 const TUint KCatalogsHttpMaxContentTypeLength = KMaxContentTypeLength;
   346 
   347 
   347 
   348 
   348 /**
   349 /**
   349 * The operation has been queued
   350 * The operation has been queued