nrEngine::EmptyTask Class Reference
[Kernel (Heart) of the nrEngine]

Empty task does not affect anything. It can helps to group tasks by making htem depends on this task. More...

Inheritance diagram for nrEngine::EmptyTask:

nrEngine::ITask nrEngine::IThread

Public Member Functions

 EmptyTask ()
virtual ~EmptyTask ()
virtual Result updateTask ()
 Do nothing just return OK.

Detailed Description

Empty task does not affect anything. It can helps to group tasks by making htem depends on this task.

This class representing a simple task which does not do anything. This is an empty task wich can be used as placeholder or root task containing only children (task on which one it depends).
This technique can help us to combine tasks in groups by using of this empty tasks.

Definition at line 403 of file ITask.h.


The documentation for this class was generated from the following file:
Generated on Wed Sep 12 23:19:43 2007 for nrEngine by  doxygen 1.5.1