| 107 | } |
| 108 | |
| 109 | void ClientNetworkTurnSocketHandler::ConnectFailure() |
| 110 | { |
| 111 | _network_coordinator_client.ConnectFailure(this->token, this->tracking_number); |
| 112 | } |
| 113 | |
| 114 | NetworkRecvStatus ClientNetworkTurnSocketHandler::CloseConnection(bool error) |
| 115 | { |
no outgoing calls
no test coverage detected