changed interface for non-threaded timer queue and rearranged

suffix order in names
This commit is contained in:
Jeff Hill
2001-02-21 18:25:54 +00:00
parent 167e17f5bc
commit 379b452241
6 changed files with 126 additions and 120 deletions

View File

@@ -31,7 +31,7 @@
#define epicsExportSharedSymbols
#include "epicsTimerPrivate.h"
timerQueue::timerQueue ( timerQueueNotify &notifyIn ) :
timerQueue::timerQueue ( epicsTimerQueueNotify &notifyIn ) :
notify ( notifyIn ), pExpireTmr ( 0 ),
processThread ( 0 ), cancelPending ( false )
{