applayerpluginsandutils/httpprotocolplugins/httpclient/chttprequestbatcher.cpp
branchRCL_3
changeset 18 f21293830889
parent 7 337070b4fa18
child 37 5f1cd966e0d9
equal deleted inserted replaced
17:8f055b80aa5b 18:f21293830889
   314 TInt CHttpRequestBatcher::SendTimeOutVal()
   314 TInt CHttpRequestBatcher::SendTimeOutVal()
   315 	{
   315 	{
   316 	return iObserver->SendTimeOutVal();
   316 	return iObserver->SendTimeOutVal();
   317 	}
   317 	}
   318 
   318 
   319 void CHttpRequestBatcher::SetTCPCorking(TBool /* aValue */)
   319 void CHttpRequestBatcher::SetTCPCorking(TBool  aValue )
   320     {
   320     {
   321     
   321     if (iOutputStream)
       
   322         {
       
   323         iOutputStream->SetTCPCorking(aValue);
       
   324         }
   322     }
   325     }
   323 
   326 
   324 
   327