handle heartbeat timer and change to util_setTimer

This commit is contained in:
ehouse 2005-06-23 04:22:46 +00:00
parent 45cc7595cd
commit b1536b6d38

View file

@ -294,8 +294,12 @@ struct PalmAppGlobals {
struct ConnsDlgState* connState;
TimerProc timerProcs[TIMER_NUM_PLUS_ONE - 1];
void* timerClosures[TIMER_NUM_PLUS_ONE - 1];
#ifdef BEYOND_IR
NetLibStuff nlStuff;
XP_U32 heartTimerFireAt;
#endif
#ifdef DEBUG