Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

CDispatcherTask Class Reference

CDispatcherTask. More...

#include <DispatcherTask.h>

Inheritance diagram for CDispatcherTask:

CGenericTask List of all members.

Public Member Functions

 CDispatcherTask (CDispatcher *pDispatcher)
 CDispatcherTask.
 ~CDispatcherTask ()
 ~CDispatcherTask

Protected Member Functions

void Run ()
 Run.

Detailed Description

CDispatcherTask.

Description: This class is the task (thread) in which the Dispatcher will run.

Limitations: NONE


Constructor & Destructor Documentation

CDispatcherTask::CDispatcherTask CDispatcher pDispatcher  ) 
 

CDispatcherTask.

Description: Class constructor

Parameters:
pDispatcher is a pointer to the dispatcher that needs to be processed in this thread. This pDispatcher WILL NOT be deleted upon termination of this thread or destruction of this object.
Limitations: NONE

CDispatcherTask::~CDispatcherTask  ) 
 

~CDispatcherTask

Description: Class deconstructor. Nothing to do here.

Limitations: NONE


Member Function Documentation

void CDispatcherTask::Run void   )  [protected, virtual]
 

Run.

Description: The main function for this thread.

Returns:
void
Limitations: NONE

Implements CGenericTask.


The documentation for this class was generated from the following files:
Copyright (c) 2005 Matt Bruns, Pat Hammond, Kevin Markussen, Travis Service, Brain Shaver

SourceForge.net Logo