///////////////////////////////////////////////////////
| 38 | { |
| 39 | //////////////////////////////////////////////////////////// |
| 40 | Socket::Socket(Type type) : m_type(type), m_socket(priv::SocketImpl::invalidSocket()) |
| 41 | { |
| 42 | } |
| 43 | |
| 44 | |
| 45 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no outgoing calls
no test coverage detected