#include "networkApp.h"
#include <iostream>
#include <string>
Go to the source code of this file.
Functions | |
int | initSocketLayer () |
void | closeSocketLayer () |
int | NetworkStart (int argc, char *argv[], int(networkAppMain)(int argc, char *argv[])) |
|
Definition at line 83 of file SocketServer.cpp. Referenced by NetworkStart(). |
|
TcpServer Socket library Copyright (c) 2000 Jasen Plietz All rights reserved. No warranties are extended. Use at your own risk. To contact the author with suggestions or comments, use Jasen@plietz.net Definition at line 79 of file SocketServer.cpp. Referenced by NetworkStart(). |
|
Definition at line 92 of file SocketServer.cpp. References closeSocketLayer(), Host::getLocalhost(), IpAddress::getLocalIpAddress(), initSocketLayer(), and networkAppMain(). Referenced by main(). |