OpenTTD
Public Member Functions
NetworkContentConnecter Class Reference

Connect to the content server. More...

Inheritance diagram for NetworkContentConnecter:
TCPConnecter

Public Member Functions

 NetworkContentConnecter (const NetworkAddress &address)
 Initiate the connecting.
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.

Detailed Description

Connect to the content server.

Definition at line 724 of file network_content.cpp.

Constructor & Destructor Documentation

NetworkContentConnecter::NetworkContentConnecter ( const NetworkAddress address)
inline

Initiate the connecting.

Parameters
addressThe address of the server.

Definition at line 730 of file network_content.cpp.


The documentation for this class was generated from the following file: