use epicsMutex for Mutex
Now non-copyable, wasn't before...
This commit is contained in:
@@ -64,7 +64,7 @@ public: // only used by this source module
|
||||
|
||||
Timer::Pvt::Pvt(String threadName,ThreadPriority priority)
|
||||
: timerList(),
|
||||
mutex(Mutex()),
|
||||
mutex(),
|
||||
waitForWork(false),
|
||||
waitForDone(false),
|
||||
alive(true),
|
||||
|
||||
Reference in New Issue
Block a user