|
OpenTTD
|
Connect to the content server. More...
Public Member Functions | |
| NetworkContentConnecter (const NetworkAddress &address) | |
| Initiate the connecting. More... | |
| virtual void | OnFailure () |
| Callback for when the connection attempt failed. | |
| virtual void | OnConnect (SOCKET s) |
| Callback when the connection succeeded. More... | |
Additional Inherited Members | |
Private Member Functions inherited from TCPConnecter | |
| TCPConnecter (const NetworkAddress &address) | |
| Create a new connecter for the given address. More... | |
| virtual | ~TCPConnecter () |
| Silence the warnings. | |
Static Private Member Functions inherited from TCPConnecter | |
| static void | CheckCallbacks () |
| Check whether we need to call the callback, i.e. More... | |
| static void | KillAll () |
| Kill all connection attempts. More... | |
Private Attributes inherited from TCPConnecter | |
| NetworkAddress | address |
| Address we're connecting to. | |
Connect to the content server.
Definition at line 724 of file network_content.cpp.
|
inline |
Initiate the connecting.
| address | The address of the server. |
Definition at line 730 of file network_content.cpp.
|
inlinevirtual |
Callback when the connection succeeded.
| s | the socket that we opened |
Reimplemented from TCPConnecter.
Definition at line 738 of file network_content.cpp.
1.8.13