|
|||
|
|||
|
#include <cachetimer.h>
Inheritance diagram for CacheRefreshTimer:


Public Member Functions | |
| CacheRefreshTimer (InspIRCd *Instance, SpanningTreeUtilities *Util) | |
| virtual void | Tick (time_t TIME) |
| Called when the timer ticks. | |
Private Attributes | |
| InspIRCd * | Instance |
| SpanningTreeUtilities * | Utils |
Timer is only one-shot however, so at the end of each Tick() we simply insert another of ourselves into the pending queue :)
Definition at line 27 of file cachetimer.h.
|
||||||||||||
|
Definition at line 30 of file cachetimer.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 34 of file cachetimer.cpp. References SpanningTreeUtilities::RefreshIPCache(), and Utils. |
|
|
Definition at line 30 of file cachetimer.h. |
|
|
Definition at line 31 of file cachetimer.h. Referenced by Tick(). |