==============================================================================
| 453 | |
| 454 | //============================================================================== |
| 455 | StreamingSocket::StreamingSocket() |
| 456 | { |
| 457 | SocketHelpers::initSockets(); |
| 458 | } |
| 459 | |
| 460 | StreamingSocket::StreamingSocket (const String& host, int portNum, int h) |
| 461 | : hostName (host), |
nothing calls this directly
no test coverage detected