Planeshift
ScopedTimerCB Class Referenceabstract

Callback function for ScopedTimers. More...

#include <psutil.h>

Public Member Functions

virtual void ScopedTimerCallback (const ScopedTimer *timer)=0
 
virtual ~ScopedTimerCB ()
 

Detailed Description

Callback function for ScopedTimers.

Use this if special processing beside giving a warning message should be done when the scope use to long time.

Definition at line 121 of file psutil.h.

Constructor & Destructor Documentation

virtual ScopedTimerCB::~ScopedTimerCB ( )
inlinevirtual

Definition at line 125 of file psutil.h.

Member Function Documentation

virtual void ScopedTimerCB::ScopedTimerCallback ( const ScopedTimer timer)
pure virtual

Implemented in Tribe, and NPC.


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