#include "copyright.h"#include "timer.h"#include "system.h"Go to the source code of this file.
Functions | |
| void | TimerHandler (int arg) |
|
|
Definition at line 27 of file timer.cc. References Timer::TimerExpired. Referenced by Timer::Timer, and Timer::TimerExpired.
00028 { Timer *p = (Timer *)arg; p->TimerExpired(); }
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002