pcce::NoOpProcess Class Reference

Simple process that does nothing. More...

#include <NoOpProcess.h>

Inheritance diagram for pcce::NoOpProcess:

pcce::IProcess

List of all members.

Public Member Functions

void vUpdate (const tMillisecond timeDelta)
 Virtual update method.


Detailed Description

Simple process that does nothing.

This is a simple process that does nothing and must be killed. Note: Unlike the WaitProcess, this process will never kill itself. It must be killed externally.

Definition at line 45 of file NoOpProcess.h.


Member Function Documentation

void pcce::NoOpProcess::vUpdate ( const tMillisecond  timeDelta  )  [inline, virtual]

Virtual update method.

This method gets called once a frame. As it is a pure virtual method it must be implemented.

Implements pcce::IProcess.

Definition at line 47 of file NoOpProcess.h.

00047 {};


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

Generated on Thu Mar 6 11:39:28 2008 for Protocce by  doxygen 1.5.5