41 bool addSocket(
CSocket* inSocket);
list< CSocket * > mSockets
a list containing domain sockets
Definition: CMultiServer.h:37
This class takes a unary function.
Definition: CSocket.h:56
map< int, CSocket * > mDescriptorToSocket
find for a given file descriptor the socket
Definition: CMultiServer.h:39
a Server that serves multiple sockets at the same time
Definition: CMultiServer.h:34
void serve()
start serving these sockets