33 #include "../api_network.h"
36 #include "../Socket/tcp_connection.h"
37 #include "../Socket/socket_name.h"
38 #include "../../Core/System/thread.h"
39 #include "../../Core/System/event.h"
46 class NetGameConnectionSite;
47 class NetGameConnection_Impl;
67 void set_data(
const std::string &name,
void *data);
74 void *get_data(
const std::string &name)
const;
94 NetGameConnection_Impl *impl;
NetGameConnectionSite.
Definition: connection_site.h:42
Socket name; container class for an IP address and port.
Definition: socket_name.h:45
TCP connection socket I/O device.
Definition: tcp_connection.h:44
NetGameEvent.
Definition: Network/NetGame/event.h:41
NetGameConnection.
Definition: connection.h:50