|
Pol
Revision:cb584c9
|
#include <socketsvc.h>
Inheritance diagram for Pol::Clib::SocketClientThread:Public Member Functions | |
| SocketClientThread (SocketListener &SL) | |
| SocketClientThread (Socket &S) | |
| virtual | ~SocketClientThread () |
| virtual void | run ()=0 |
| void | start () |
Static Public Member Functions | |
| static void | start_thread (SocketClientThread *instance) |
Protected Attributes | |
| Socket | _sck |
Definition at line 31 of file socketsvc.h.
|
explicit |
Definition at line 49 of file socketsvc.cpp.
References _sck, and Pol::Clib::SocketListener::accept().
|
explicit |
Definition at line 53 of file socketsvc.cpp.
|
inlinevirtual |
Definition at line 36 of file socketsvc.h.
References Pol::ECompile::run(), and Pol::threadhelp::start_thread().
|
pure virtual |
Implemented in Pol::Core::DebugClientThread, Pol::Network::AuxClientThread, and Pol::Core::UoClientThread.
| void Pol::Clib::SocketClientThread::start | ( | ) |
Definition at line 61 of file socketsvc.cpp.
References Pol::Clib::_thread_stub2(), and Pol::threadhelp::start_thread().
Referenced by Pol::Core::debug_listen_thread(), and Pol::Core::uo_client_listener_thread().
|
static |
Definition at line 66 of file socketsvc.cpp.
References Pol::Clib::_thread_stub2(), and Pol::threadhelp::start_thread().
Referenced by Pol::Core::uo_client_listener_thread().
|
protected |
Definition at line 42 of file socketsvc.h.
Referenced by Pol::Core::UoClientThread::create(), Pol::Network::AuxClientThread::init(), Pol::Network::AuxClientThread::run(), SocketClientThread(), and Pol::Network::AuxClientThread::transmit().