Transient Recorder Framework
Public Member Functions | List of all members
TRWorkerThreadRunnable Class Referenceabstract

This class is used to execute worker thread tasks. More...

#include <TRWorkerThread.h>

Public Member Functions

virtual void runWorkerThreadTask (int id)=0
 Called on the helper thread request to execute a request. More...
 

Detailed Description

This class is used to execute worker thread tasks.

It has a virtual function that is implemented to execute the task.

Member Function Documentation

virtual void TRWorkerThreadRunnable::runWorkerThreadTask ( int  id)
pure virtual

Called on the helper thread request to execute a request.

Parameters
ididentifier allowing one class to handle multiple request types

The documentation for this class was generated from the following file: