xdmprotocols/XcapProtocol/XcapHttpTransport/inc/XcapHttpResponse.h
branchCompilerCompatibility
changeset 9 36d970e98ad0
parent 0 c8caa15ef882
equal deleted inserted replaced
6:724b5986c132 9:36d970e98ad0
    37         
    37         
    38         /**
    38         /**
    39         * A global logging function for 16 bit data.
    39         * A global logging function for 16 bit data.
    40         * @param aCommand command to be handled
    40         * @param aCommand command to be handled
    41         */
    41         */
    42         static CXcapHttpResponse* CXcapHttpResponse::NewL( CXcapHttpRequest* aHttpRequest,
    42         static CXcapHttpResponse* NewL( CXcapHttpRequest* aHttpRequest,
    43                                                            CXcapHttpTransport& aTransportMain );
    43                                         CXcapHttpTransport& aTransportMain );
    44         
    44         
    45         /**
    45         /**
    46         * Destructor.
    46         * Destructor.
    47         */      
    47         */      
    48         virtual ~CXcapHttpResponse();
    48         virtual ~CXcapHttpResponse();