| 161 | } |
| 162 | |
| 163 | SocketForwarder::SocketForwarder( |
| 164 | std::string const &host, |
| 165 | uint16_t port, |
| 166 | unsigned int size, |
| 167 | bool tcp, |
| 168 | QObject *parent) : |
| 169 | GenericDataSaver( |
| 170 | this->writer = new SocketDataWriter(host, port, size, tcp), |
| 171 | parent) |
| 172 | { |
| 173 | |
| 174 | } |
nothing calls this directly
no outgoing calls
no test coverage detected