auto mutex release now requires an auto mutex

This commit is contained in:
Jeff Hill
2002-02-27 23:32:44 +00:00
parent 7180f5e66e
commit a251b89e13
5 changed files with 17 additions and 16 deletions

View File

@@ -60,7 +60,7 @@ private:
epicsTimerNotify *pNotify; // callback
timerQueue &queue;
void privateStart ( epicsTimerNotify & notify, const epicsTime & );
void privateCancel ();
void privateCancel ( epicsAutoMutex & );
timer & operator = ( const timer & );
friend class timerQueue;
};