///////////////////////////////////////////////////////
| 90 | |
| 91 | //////////////////////////////////////////////////////////// |
| 92 | void SocketImpl::close(SocketHandle sock) |
| 93 | { |
| 94 | closesocket(sock); |
| 95 | } |
| 96 | |
| 97 | |
| 98 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no outgoing calls
no test coverage detected