///////////////////////////////////////////////////////
| 42 | { |
| 43 | //////////////////////////////////////////////////////////// |
| 44 | UdpSocket::UdpSocket() : Socket(Type::Udp) |
| 45 | { |
| 46 | } |
| 47 | |
| 48 | |
| 49 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no outgoing calls
no test coverage detected