|
Pol
Rev 533
|
#include <socketsvc.h>
Inheritance diagram for SocketClientThread:
Collaboration diagram for SocketClientThread:Public Member Functions | |
| SocketClientThread (SocketListener &SL) | |
| SocketClientThread (Socket &S) | |
| virtual | ~SocketClientThread () |
| virtual void | run ()=0 |
| void | start () |
Protected Attributes | |
| Socket | _sck |
Definition at line 30 of file socketsvc.h.
| SocketClientThread::SocketClientThread | ( | SocketListener & | SL | ) | [explicit] |
Definition at line 50 of file socketsvc.cpp.
References _sck, and SocketListener::accept().
Here is the call graph for this function:| SocketClientThread::SocketClientThread | ( | Socket & | S | ) | [explicit] |
Definition at line 55 of file socketsvc.cpp.
| virtual SocketClientThread::~SocketClientThread | ( | ) | [inline, virtual] |
Definition at line 35 of file socketsvc.h.
| virtual void SocketClientThread::run | ( | ) | [pure virtual] |
Implemented in DebugClientThread, AuxClientThread, and UoClientThread.
Referenced by _thread_stub2().
Here is the caller graph for this function:| void SocketClientThread::start | ( | ) |
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:Socket SocketClientThread::_sck [protected] |
Definition at line 40 of file socketsvc.h.
Referenced by AuxClientThread::init(), UoClientThread::run(), AuxClientThread::run(), DebugClientThread::run(), SocketClientThread(), and AuxClientThread::transmit().