| 257 | data->eventStringCount = 0; |
| 258 | } |
| 259 | bool Server::isConnected() const |
| 260 | { |
| 261 | return connected; |
| 262 | } |
| 263 | int Server::addString(const char* text) |
| 264 | { |
| 265 | StrCopy(data->eventStrings[data->eventStringCount], text); |
no outgoing calls
no test coverage detected