#include <mdcommon.h>

Public Member Functions | |
| mdProcess () | |
| ~mdProcess () | |
| void | queue (mdWQitem *w) |
| virtual void | dispatch (mdWQitem *w)=0 |
| virtual void | run ()=0 |
Public Attributes | |
| MDWQ | q |
Definition at line 246 of file mdcommon.h.
| mdProcess::mdProcess | ( | ) | [inline] |
Definition at line 248 of file mdcommon.h.
| mdProcess::~mdProcess | ( | ) | [inline] |
Definition at line 249 of file mdcommon.h.
| void mdProcess::queue | ( | mdWQitem * | w | ) | [inline] |
Definition at line 251 of file mdcommon.h.
| virtual void mdProcess::dispatch | ( | mdWQitem * | w | ) | [pure virtual] |
Implemented in mdCDHeartbeat, mdCliever, mdDVHeartbeat, mdEmbedded, and masterDaemon.
| virtual void mdProcess::run | ( | ) | [pure virtual] |
Implemented in mdCDHeartbeat, mdCliever, mdDVHeartbeat, mdEmbedded, and masterDaemon.
Definition at line 247 of file mdcommon.h.
1.5.6