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

ReconnectTimer Class Reference

Inheritance diagram for ReconnectTimer:

Inheritance graph
[legend]
Collaboration diagram for ReconnectTimer:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ReconnectTimer (InspIRCd *SI, Module *m)
virtual void Tick (time_t TIME)
 Called when the timer ticks.

Private Attributes

Modulemod

Detailed Description

Definition at line 80 of file m_pgsql.cpp.


Constructor & Destructor Documentation

ReconnectTimer::ReconnectTimer InspIRCd SI,
Module m
[inline]
 

Definition at line 85 of file m_pgsql.cpp.


Member Function Documentation

void ReconnectTimer::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.

Definition at line 970 of file m_pgsql.cpp.

References mod.


Member Data Documentation

Module* ReconnectTimer::mod [private]
 

Definition at line 83 of file m_pgsql.cpp.

Referenced by Tick().


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