#include <keep_alive.h>
Public Member Functions | |
| CL_KeepAliveObject () | |
| Registers a keep alive object. | |
| virtual | ~CL_KeepAliveObject () |
| Unregisters a keep alive object. | |
| virtual CL_Event | get_wakeup_event ()=0 |
| Returns a CL_Event object that is signaled when the keep alive object got data to process. | |
| virtual void | process ()=0 |
| Called by CL_KeepAlive::process when the wakeup event is flagged. | |
|
|
Registers a keep alive object.
|
|
|
Unregisters a keep alive object.
|
|
|
Returns a CL_Event object that is signaled when the keep alive object got data to process.
|
|
|
Called by CL_KeepAlive::process when the wakeup event is flagged.
|
1.4.6