|
|||
|
|||
|


Public Member Functions | |
| ReconnectTimer (InspIRCd *SI, Module *m) | |
| virtual void | Tick (time_t TIME) |
| Called when the timer ticks. | |
Private Attributes | |
| Module * | mod |
Definition at line 80 of file m_pgsql.cpp.
|
||||||||||||
|
Definition at line 85 of file m_pgsql.cpp. |
|
|
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. |
|
|
Definition at line 83 of file m_pgsql.cpp. Referenced by Tick(). |