| 47 | }; |
| 48 | |
| 49 | bool ClientNetworkTurnSocketHandler::Receive_TURN_ERROR(Packet &) |
| 50 | { |
| 51 | Debug(net, 9, "Receive_TURN_ERROR()"); |
| 52 | |
| 53 | this->ConnectFailure(); |
| 54 | |
| 55 | return false; |
| 56 | } |
| 57 | |
| 58 | bool ClientNetworkTurnSocketHandler::Receive_TURN_CONNECTED(Packet &p) |
| 59 | { |
nothing calls this directly
no test coverage detected