| 28 | } |
| 29 | |
| 30 | bool PlayToolsClient::connect(const std::string& address) |
| 31 | { |
| 32 | if (address_ != address) { |
| 33 | close(); |
| 34 | address_ = address; |
| 35 | } |
| 36 | |
| 37 | return open(); |
| 38 | } |
| 39 | |
| 40 | void PlayToolsClient::close() |
| 41 | { |
nothing calls this directly
no outgoing calls
no test coverage detected