InspIRCd
2.0
|
Public Member Functions | |
CacheTimer (DNS *thisdns) | |
virtual void | Tick (time_t) |
![]() | |
Timer (long secs_from_now, time_t now, bool repeating=false) | |
virtual | ~Timer () |
virtual time_t | GetTimer () |
virtual void | SetTimer (time_t t) |
bool | GetRepeat () |
long | GetSecs () |
void | CancelRepeat () |
|
inlinevirtual |
Called when the timer ticks. You should override this method with some useful code to handle the tick event.
Implements Timer.