mmsengine/mmshttptransport/inc/mmssession.h
changeset 1 d09ac5c1e252
parent 0 72b543305e3a
child 26 ebe688cedc25
equal deleted inserted replaced
0:72b543305e3a 1:d09ac5c1e252
    22 #define MMSSESSION_H
    22 #define MMSSESSION_H
    23 
    23 
    24 //  INCLUDES
    24 //  INCLUDES
    25 #include <e32base.h>
    25 #include <e32base.h>
    26 #include <http/rhttpsession.h>
    26 #include <http/rhttpsession.h>
    27 #include <mhttpsessioneventcallback.h>
    27 #include <http/mhttpsessioneventcallback.h>
    28 #include <rhttpheaders.h>
    28 #include <http/rhttpheaders.h>
    29 
    29 
    30 // CONSTANTS
    30 // CONSTANTS
    31 _LIT8( KProtocolHTTP, "HTTP/TCP" );
    31 _LIT8( KProtocolHTTP, "HTTP/TCP" );
    32 _LIT8( KXProfile, "x-wap-profile");
    32 _LIT8( KXProfile, "x-wap-profile");
    33 
    33