applayerpluginsandutils/httpprotocolplugins/httpclient/mhttpresponse.h
branchRCL_3
changeset 9 2611c08ee28e
parent 0 b16258d2340f
--- a/applayerpluginsandutils/httpprotocolplugins/httpclient/mhttpresponse.h	Mon Mar 15 12:42:40 2010 +0200
+++ b/applayerpluginsandutils/httpprotocolplugins/httpclient/mhttpresponse.h	Wed Mar 31 22:32:15 2010 +0300
@@ -42,6 +42,8 @@
 	virtual void FailTransactionL() = 0;
 	
 	virtual TBool ResponseInformational () =0;
+	
+	virtual void FlushBodyDataIfNotRead() =0;
 
 	};