| 85 | } |
| 86 | |
| 87 | void TTcpSocket::AsyncWrite(TSendedData& d, TTcpSocket::TWriteHandler h, TDeadline deadline) { |
| 88 | Impl_->AsyncWrite(d, h, deadline); |
| 89 | } |
| 90 | |
| 91 | void TTcpSocket::AsyncWrite(TContIOVector* vec, TWriteHandler h, TDeadline deadline) { |
| 92 | Impl_->AsyncWrite(vec, h, deadline); |
no outgoing calls
no test coverage detected