Index  Source Files  Annotated Class List  Alphabetical Class List  Class Hierarchy  Graphical Class Hierarchy 

FIX::ThreadedSocketAcceptor::ConnectionThreadInfo Struct Reference

Collaboration diagram for FIX::ThreadedSocketAcceptor::ConnectionThreadInfo:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ConnectionThreadInfo (ThreadedSocketAcceptor *pAcceptor, ThreadedSocketConnection *pConnection)

Public Attributes

ThreadedSocketAcceptorm_pAcceptor
ThreadedSocketConnectionm_pConnection

Detailed Description

Definition at line 59 of file ThreadedSocketAcceptor.h.


Constructor & Destructor Documentation

FIX::ThreadedSocketAcceptor::ConnectionThreadInfo::ConnectionThreadInfo ( ThreadedSocketAcceptor pAcceptor,
ThreadedSocketConnection pConnection 
) [inline]

Definition at line 61 of file ThreadedSocketAcceptor.h.

00063     : m_pAcceptor( pAcceptor ), m_pConnection( pConnection ) {}


Member Data Documentation

Definition at line 65 of file ThreadedSocketAcceptor.h.

Definition at line 66 of file ThreadedSocketAcceptor.h.


The documentation for this struct was generated from the following file:

Generated on Mon Apr 5 21:00:12 2010 for QuickFIX by doxygen 1.6.1 written by Dimitri van Heesch, © 1997-2001