Sleipnir
|
Protected Types | |
typedef std::map < IServerClient *, pthread_t > | TMapThreads |
typedef std::vector < IServerClient * > | TVecClients |
Protected Member Functions | |
void | Listen () |
Static Protected Member Functions | |
static void | Alarm (int) |
Protected Attributes | |
int | m_iPort |
int | m_iTimeout |
SOCKET | m_iSocket |
bool | m_fStop |
IServerClient * | m_pClient |
Static Protected Attributes | |
static const char * | c_szPort = "port" |
static const char * | c_szTimeout = "timeout" |
static CServer * | s_pServer = NULL |