| 82 | } |
| 83 | |
| 84 | void RemoteClientBridge::Stop() { |
| 85 | client->Stop(); |
| 86 | } |
| 87 | |
| 88 | void RemoteClientBridge::SetAsyncConnectedDelegate(const AsioClientAsyncConnectedDelegate &delegate) { |
| 89 | client->SetAsyncConnectedCallback(delegate); |
no outgoing calls
no test coverage detected