| 181 | } |
| 182 | |
| 183 | void TTcpAcceptor::AsyncAccept(TTcpSocket& s, TTcpAcceptor::TAcceptHandler h, TDeadline deadline) { |
| 184 | return Impl_->AsyncAccept(s, h, deadline); |
| 185 | } |
| 186 | |
| 187 | void TTcpAcceptor::AsyncCancel() { |
| 188 | Impl_->AsyncCancel(); |
no outgoing calls
no test coverage detected