Doxygenified a comment
svn-id: r32827
This commit is contained in:
parent
3b1a60c3b2
commit
e68efca5a1
1 changed files with 3 additions and 2 deletions
|
@ -38,14 +38,15 @@ private:
|
||||||
void *_timerHandler;
|
void *_timerHandler;
|
||||||
TimerSlot *_head;
|
TimerSlot *_head;
|
||||||
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
DefaultTimerManager();
|
DefaultTimerManager();
|
||||||
~DefaultTimerManager();
|
~DefaultTimerManager();
|
||||||
bool installTimerProc(TimerProc proc, int32 interval, void *refCon);
|
bool installTimerProc(TimerProc proc, int32 interval, void *refCon);
|
||||||
void removeTimerProc(TimerProc proc);
|
void removeTimerProc(TimerProc proc);
|
||||||
|
|
||||||
// Timer callback, to be invoked at regular time intervals by the backend.
|
/**
|
||||||
|
* Timer callback, to be invoked at regular time intervals by the backend.
|
||||||
|
*/
|
||||||
void handler();
|
void handler();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue