Example #1
0
static void * serverHandler(void *arg)
{
	CSocket *sock = (CSocket *)arg;
	sock->handleServer();

	return NULL;
}