MFC Grid manual

CJob Class Reference

Abstract job to be executed in CAutomat. More...

#include <Dapfor/Common/Job.h>

Inherited by CLog::Impl::LogData, CLog::Impl::NewLogger, CTimer::Impl::CStartTimer, and CTimer::Impl::CStopTimer.

List of all members.


Public Member Functions

virtual ~CJob ()
 Virtual destructor.
virtual void ProcessJob (CAutomat *automat)=0
 This function is called to execute a job in CAutomat thread.

Detailed Description

Abstract job to be executed in CAutomat.

Automat calls ProcessJob in its own thread and then destroys the job object.


Member Function Documentation

void ProcessJob ( CAutomat automat  )  [pure virtual]

This function is called to execute a job in CAutomat thread.

Parameters:
[in] automat CAutomat, that executes a job in its own thread.