timer queue name changes

This commit is contained in:
Jeff Hill
2001-03-08 21:54:45 +00:00
parent 6fccebc954
commit c6c4b1b4c3
6 changed files with 41 additions and 35 deletions

View File

@@ -31,6 +31,8 @@
#define epicsExportSharedSymbols
#include "timerPrivate.h"
epicsTimerQueue::~epicsTimerQueue () {}
timerQueue::timerQueue ( epicsTimerQueueNotify &notifyIn ) :
notify ( notifyIn ), pExpireTmr ( 0 ),
processThread ( 0 ), cancelPending ( false )