Pol  Rev 533
SocketClientThread Class Reference

#include <socketsvc.h>

+ Inheritance diagram for SocketClientThread:
+ Collaboration diagram for SocketClientThread:

List of all members.

Public Member Functions

 SocketClientThread (SocketListener &SL)
 SocketClientThread (Socket &S)
virtual ~SocketClientThread ()
virtual void run ()=0
void start ()

Protected Attributes

Socket _sck

Detailed Description

Definition at line 30 of file socketsvc.h.


Constructor & Destructor Documentation

Definition at line 50 of file socketsvc.cpp.

References _sck, and SocketListener::accept().

+ Here is the call graph for this function:

Definition at line 55 of file socketsvc.cpp.

virtual SocketClientThread::~SocketClientThread ( ) [inline, virtual]

Definition at line 35 of file socketsvc.h.


Member Function Documentation

virtual void SocketClientThread::run ( ) [pure virtual]

Implemented in DebugClientThread, AuxClientThread, and UoClientThread.

Referenced by _thread_stub2().

+ Here is the caller graph for this function:

Definition at line 66 of file socketsvc.cpp.

References _thread_stub2(), and threadhelp::start_thread().

Referenced by debug_listen_thread(), OSExecutorModule::mf_OpenConnection(), AuxService::run(), and uo_client_listener_thread().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:


Member Data Documentation


The documentation for this class was generated from the following files: