///////////////////////////////////////////////////////
| 714 | |
| 715 | //////////////////////////////////////////////////////////// |
| 716 | TcpSocket::TcpSocket() : Socket(Type::Tcp), m_impl(std::make_unique<Impl>()) |
| 717 | { |
| 718 | } |
| 719 | |
| 720 | |
| 721 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no outgoing calls
no test coverage detected