| OpenTTD
    | 
Non blocking connection create to query servers. More...
 
  
 | Public Member Functions | |
| TCPQueryConnecter (const NetworkAddress &address) | |
| virtual void | OnFailure () | 
| virtual void | OnConnect (SOCKET s) | 
| Additional Inherited Members | |
|  Private Member Functions inherited from TCPConnecter | |
| TCPConnecter (const NetworkAddress &address) | |
| Create a new connecter for the given address. | |
| virtual | ~TCPConnecter () | 
| Silence the warnings. | |
| virtual void | OnConnect (SOCKET s) | 
| Callback when the connection succeeded. | |
| virtual void | OnFailure () | 
| Callback for when the connection attempt failed. | |
|  Static Private Member Functions inherited from TCPConnecter | |
| static void | CheckCallbacks () | 
| Check whether we need to call the callback, i.e. | |
| static void | KillAll () | 
| Kill all connection attempts. | |
Non blocking connection create to query servers.
Definition at line 577 of file network.cpp.
 1.8.1.2
 1.8.1.2