17 static int CB_TimerProc(
void *data)
21 T *func =
static_cast<T *
>(data);
22 return (func->TimerEvent() ? 1 : 0);
34 globPtr->timerAdd(CB_TimerProc<T>, host, interval);
55 globPtr->timerRemove(CB_TimerProc<T>, interval);
60 #endif // LWPP_TIMER_H