#include "Host.h"
#include "TcpConnectionServer.h"
#include "TcpSocket.h"
#include "NetworkEx.h"
Go to the source code of this file.
Functions | |
int | networkAppMain (int argc, char *argv[]) |
int | NetworkStart (int argc, char *argv[], int(networkAppMain)(int argc, char *argv[])) |
|
Definition at line 49 of file TestClientMain.cpp. References TcpConnectionServer::accept(), processSocket(), registerObjects(), and VersionString. Referenced by main(), and NetworkStart(). |
|
Definition at line 92 of file SocketServer.cpp. References closeSocketLayer(), Host::getLocalhost(), IpAddress::getLocalIpAddress(), initSocketLayer(), and networkAppMain(). Referenced by main(). |