PHandleAggregator::WorkerThreadBase Class Reference

#include <sockagg.h>

Inheritance diagram for PHandleAggregator::WorkerThreadBase:

PThread PObject List of all members.

Public Member Functions

 WorkerThreadBase (EventBase &_event)
virtual void Trigger ()=0
void Main ()

Public Attributes

EventBaseevent
PMutex mutex
BOOL listChanged
HandleContextList_t handleList

Constructor & Destructor Documentation

PHandleAggregator::WorkerThreadBase::WorkerThreadBase ( EventBase _event  )  [inline]


Member Function Documentation

void PHandleAggregator::WorkerThreadBase::Main (  )  [virtual]

User override function for the main execution routine of the thread. A descendent class must provide the code that will be executed in the thread within this function.

Note that the correct way for a thread to terminate is to return from this function.

Implements PThread.

virtual void PHandleAggregator::WorkerThreadBase::Trigger (  )  [pure virtual]


Member Data Documentation

EventBase& PHandleAggregator::WorkerThreadBase::event

HandleContextList_t PHandleAggregator::WorkerThreadBase::handleList

BOOL PHandleAggregator::WorkerThreadBase::listChanged

PMutex PHandleAggregator::WorkerThreadBase::mutex


The documentation for this class was generated from the following file:
Generated on Fri Oct 20 11:56:48 2006 for PWLib by  doxygen 1.4.7