#include <DispatcherTask.h>
Inheritance diagram for CDispatcherTask:
Public Member Functions | |
CDispatcherTask (CDispatcher *pDispatcher) | |
CDispatcherTask. | |
~CDispatcherTask () | |
~CDispatcherTask | |
Protected Member Functions | |
void | Run () |
Run. |
Description: This class is the task (thread) in which the Dispatcher will run.
Limitations: NONE
|
CDispatcherTask. Description: Class constructor
|
|
~CDispatcherTask Description: Class deconstructor. Nothing to do here. Limitations: NONE |
|
Run. Description: The main function for this thread.
Implements CGenericTask. |