The InspIRCd Project
Home | Developers | Wiki | Forums | Bug Tracker | SVN | Download
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

WhoWasMaintainTimer Class Reference

#include <cmd_whowas.h>

Inheritance diagram for WhoWasMaintainTimer:

Inheritance graph
[legend]
Collaboration diagram for WhoWasMaintainTimer:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 WhoWasMaintainTimer (InspIRCd *Instance, long interval)
virtual void Tick (time_t TIME)
 Called when the timer ticks.

Private Attributes

InspIRCdServerInstance

Detailed Description

Definition at line 130 of file cmd_whowas.h.


Constructor & Destructor Documentation

WhoWasMaintainTimer::WhoWasMaintainTimer InspIRCd Instance,
long  interval
[inline]
 

Definition at line 135 of file cmd_whowas.h.


Member Function Documentation

virtual void WhoWasMaintainTimer::Tick time_t  TIME  )  [virtual]
 

Called when the timer ticks.

You should override this method with some useful code to handle the tick event.

Implements Timer.


Member Data Documentation

InspIRCd* WhoWasMaintainTimer::ServerInstance [private]
 

Definition at line 133 of file cmd_whowas.h.


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