ncdengine/engine/transport/inc/catalogshttptypes.h
changeset 50 c6e8afe0ba85
parent 24 84a16765cd86
--- a/ncdengine/engine/transport/inc/catalogshttptypes.h	Tue Jun 29 16:50:12 2010 +0300
+++ b/ncdengine/engine/transport/inc/catalogshttptypes.h	Thu Jul 08 20:28:00 2010 +0300
@@ -19,7 +19,7 @@
 #ifndef T_CATALOGSHTTPTYPES_H
 #define T_CATALOGSHTTPTYPES_H
 
-#include <HttpDownloadMgrCommon.h>
+// #include <HttpDownloadMgrCommon.h>  // HLa: DLMgr remove
 
 class MCatalogsHttpOperation;
 
@@ -342,6 +342,7 @@
 /**
 * Maximum length for content types
 */
+const TUint KMaxContentTypeLength = 256; // HLa: DLMgr remove
 const TUint KCatalogsHttpMaxContentTypeLength = KMaxContentTypeLength;