9 #ifndef SOCKETSERVER_H_
10 #define SOCKETSERVER_H_
A wrapper around sys/socket.h for tcp communications between Socket instances – use daughter classes...
Definition: Socket.h:33
Definition: SocketException.h:6
void accept(SocketServer &)
Definition: SocketServer.cpp:21
virtual ~SocketServer()
Definition: SocketServer.h:25
Implements a listening Socket server.
Definition: SocketServer.h:19
SocketServer()
Definition: SocketServer.h:23
Contains the Socket class declaration.