5 #include <libutl/NetServer.h> 13 class NetServerClient;
32 NetCmdServer(
size_t maxClients,
size_t maxPaused,
size_t clientsPerThread = 1)
33 :
NetServer(maxClients, maxPaused, clientsPerThread)
#define UTL_CLASS_DEFID
Default init() and deInit() (which are merely place-holders).
SortedCollection that stores objects in an array.
Client connection to NetServer.
Abstract base for networked server that accepts commands represented as Array objects.
#define UTL_CLASS_DECL_ABC(DC, BC)
Declaration of standard UTL++ functionality for an abstract base class (ABC).
Abstract base for multi-threaded network server.