| 27 | |
| 28 | |
| 29 | Servers::Servers(const SocketManager& manager) : |
| 30 | _running(false),Broadcaster(manager.poolBuffers),targets(manager.poolBuffers),initiators(manager.poolBuffers),_server(manager), _manageTimes(1) { |
| 31 | } |
| 32 | |
| 33 | Servers::~Servers() { |
| 34 | stop(); |
nothing calls this directly
no outgoing calls
no test coverage detected