| 67 | virtual const NETADDR *ClientAddr(int ClientId) const = 0; |
| 68 | virtual const std::array<char, NETADDR_MAXSTRSIZE> &ClientAddrStringImpl(int ClientId, bool IncludePort) const = 0; |
| 69 | const char *ClientAddrString(int ClientId, bool IncludePort) const { return ClientAddrStringImpl(ClientId, IncludePort).data(); } |
| 70 | |
| 71 | /** |
| 72 | * Returns the version of the client with the given client ID. |
no outgoing calls
no test coverage detected