///////////////////////////////////////////////////////
| 139 | |
| 140 | //////////////////////////////////////////////////////////// |
| 141 | void UdpSocket::unbind() |
| 142 | { |
| 143 | // Simply close the socket |
| 144 | close(); |
| 145 | } |
| 146 | |
| 147 | |
| 148 | //////////////////////////////////////////////////////////// |
no test coverage detected