* The connection couldn't be established. */
| 449 | * The connection couldn't be established. |
| 450 | */ |
| 451 | void TCPServerConnecter::SetFailure() |
| 452 | { |
| 453 | this->status = Status::Failure; |
| 454 | } |
| 455 | |
| 456 | /** |
| 457 | * Check whether we need to call the callback, i.e. whether we |
no outgoing calls
no test coverage detected