branch | GCC_SURGE |
changeset 32 | 0713fb089b10 |
parent 28 | dd1f62411ef8 |
24:2af57effcf41 | 32:0713fb089b10 |
---|---|
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 |