Exemplo n.º 1
0
static void * clientHandler(void *arg)
{
	CSocket *sock = (CSocket *)arg;
	sock->handleClient();

	return NULL;
}