Send the packets of this socket handler. */
| 70 | |
| 71 | /** Send the packets of this socket handler. */ |
| 72 | void QueryNetworkGameSocketHandler::Send() |
| 73 | { |
| 74 | this->SendPackets(); |
| 75 | } |
| 76 | |
| 77 | /** |
| 78 | * Query the server for server information. |
no test coverage detected