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