![]() |
Public Member Functions | |
AcceptorThreadInfo (ThreadedSocketAcceptor *pAcceptor, int socket, int port) | |
Public Attributes | |
ThreadedSocketAcceptor * | m_pAcceptor |
int | m_socket |
int | m_port |
Definition at line 49 of file ThreadedSocketAcceptor.h.
FIX::ThreadedSocketAcceptor::AcceptorThreadInfo::AcceptorThreadInfo | ( | ThreadedSocketAcceptor * | pAcceptor, | |
int | socket, | |||
int | port | |||
) | [inline] |
Definition at line 51 of file ThreadedSocketAcceptor.h.
00052 : m_pAcceptor( pAcceptor ), m_socket( socket ), m_port( port ) {}
Definition at line 54 of file ThreadedSocketAcceptor.h.
Definition at line 56 of file ThreadedSocketAcceptor.h.
Definition at line 55 of file ThreadedSocketAcceptor.h.