#include <rSysdep.h>
Public Member Functions | |
virtual | ~rNetIdler () |
virtual bool | Wait ()=0 |
wait for something to do, return true fi there is work | |
virtual void | Do ()=0 |
do the work. |
Definition at line 57 of file rSysdep.h.
virtual rSysDep::rNetIdler::~rNetIdler | ( | ) | [inline, virtual] |
virtual bool rSysDep::rNetIdler::Wait | ( | ) | [pure virtual] |
wait for something to do, return true fi there is work
Implemented in gNetIdler.
Referenced by sr_NetSyncThread().
virtual void rSysDep::rNetIdler::Do | ( | ) | [pure virtual] |
do the work.
Implemented in gNetIdler.
Referenced by sr_NetSyncThread().