applayerpluginsandutils/httpprotocolplugins/httpclient/mhttpresponse.h
branchRCL_3
changeset 9 2611c08ee28e
parent 0 b16258d2340f
equal deleted inserted replaced
8:fa2fd8b2d6cc 9:2611c08ee28e
    40 	virtual TBool CompleteResponse ( const TDesC8& aData ) = 0;
    40 	virtual TBool CompleteResponse ( const TDesC8& aData ) = 0;
    41 	
    41 	
    42 	virtual void FailTransactionL() = 0;
    42 	virtual void FailTransactionL() = 0;
    43 	
    43 	
    44 	virtual TBool ResponseInformational () =0;
    44 	virtual TBool ResponseInformational () =0;
       
    45 	
       
    46 	virtual void FlushBodyDataIfNotRead() =0;
    45 
    47 
    46 	};
    48 	};
    47 
    49 
    48 #endif	//  __MHTTPRESPONSE_H__
    50 #endif	//  __MHTTPRESPONSE_H__