This commit is contained in:
Jeff Hill
2002-06-25 15:10:30 +00:00
parent 4a54265e84
commit 02ed07196b
+2 -2
View File
@@ -101,8 +101,8 @@ private:
mutable epicsMutex mutex;
epicsEvent cancelBlockingEvent;
tsDLList < timer > timerList;
epicsTimerQueueNotify &notify;
timer *pExpireTmr;
epicsTimerQueueNotify & notify;
timer * pExpireTmr;
epicsThreadId processThread;
bool cancelPending;
timerQueue ( const timerQueue & );