/////////////////////////////////////////////////////// Constructor \param host Remote host to which send the recording data \param port Port of the remote host ///////////////////////////////////////////////////////
| 33 | /// |
| 34 | //////////////////////////////////////////////////////////// |
| 35 | NetworkRecorder(sf::IpAddress host, unsigned short port) : m_host(host), m_port(port) |
| 36 | { |
| 37 | } |
| 38 | |
| 39 | //////////////////////////////////////////////////////////// |
| 40 | /// Destructor |
nothing calls this directly
no outgoing calls
no test coverage detected