| 211 | } |
| 212 | |
| 213 | void NetworkServer::SetHost(std::string new_host) |
| 214 | { |
| 215 | if(server_online == false) |
| 216 | { |
| 217 | host = new_host; |
| 218 | } |
| 219 | } |
| 220 | |
| 221 | void NetworkServer::SetPort(unsigned short new_port) |
| 222 | { |
no outgoing calls
no test coverage detected