codhandler/codeng/src/HttpLoader.cpp
changeset 65 5bfc169077b2
parent 37 cb62a4f66ebe
child 68 92a765b5b3e7
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
    15 *      Loading functions for COD Handler.   
    15 *      Loading functions for COD Handler.   
    16 *      
    16 *      
    17 *
    17 *
    18 */
    18 */
    19 
    19 
       
    20 
    20 // INCLUDE FILES
    21 // INCLUDE FILES
    21 
    22 
    22 #include "HttpLoader.h"
    23 #include "HttpLoader.h"
    23 #include "CodSaver.h"
    24 #include "CodSaver.h"
    24 #include "HttpTcpSession.h"
    25 #include "HttpTcpSession.h"
    30 #include "Connection.h"
    31 #include "Connection.h"
    31 #include "Timeout.h"
    32 #include "Timeout.h"
    32 #include "CodProgress.h"
    33 #include "CodProgress.h"
    33 #include "CodEngbase.h"
    34 #include "CodEngbase.h"
    34 
    35 
    35 #include <cookiefilterinterface.h>
    36 #include <CookieFilterInterface.h>
    36 #include <uaproffilter_interface.h>
    37 #include <uaproffilter_interface.h>
    37 #include <deflatefilterinterface.h>
    38 #include <DeflateFilterInterface.h>
    38 #include <httperr.h>
    39 #include <httperr.h>
    39 #include <bldvariant.hrh>
    40 #include <bldvariant.hrh>
    40 #include <ecom/ecom.h>
    41 #include <ECom.h>
    41 #include <es_sock.h>
    42 #include <es_sock.h>
    42 #include <EscapeUtils.h>
    43 #include <EscapeUtils.h>
    43 #include <http/rhttpheaders.h>
    44 #include <http/rhttpheaders.h>
    44 #include <Oma2Agent.h>
    45 #include <Oma2Agent.h>
    45 #include <httpdownloadmgrcommon.h>
    46 #include <HttpDownloadMgrCommon.h>
    46 #include "HeaderField.h"
    47 #include    "HeaderField.h"
    47 #include "FileExt.h"
    48 #include    "FileExt.h"
    48 #include "CodData.h"
    49 #include    "CodData.h"
       
    50 
       
    51 
    49 
    52 
    50 _LIT8( KDRMOldContentType, "x-drm-old-content-type");           // old content type header to be added
    53 _LIT8( KDRMOldContentType, "x-drm-old-content-type");           // old content type header to be added
    51 _LIT8( KAcceptRangeHeader, "bytes");           
    54 _LIT8( KAcceptRangeHeader, "bytes");           
    52 
    55 
    53 // ================= CONSTANTS =======================
    56 // ================= CONSTANTS =======================