changed interface for non-threaded timer queue and rearranged
suffix order in names
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
#define epicsExportSharedSymbols
|
||||
#include "epicsTimerPrivate.h"
|
||||
|
||||
timerQueue::timerQueue ( timerQueueNotify ¬ifyIn ) :
|
||||
timerQueue::timerQueue ( epicsTimerQueueNotify ¬ifyIn ) :
|
||||
notify ( notifyIn ), pExpireTmr ( 0 ),
|
||||
processThread ( 0 ), cancelPending ( false )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user