Ticket #6488 (closed: fixed)
Use POCO::ScopedLock instead of manually locking & unlocking
Reported by: | Ross Miller | Owned by: | Ross Miller |
---|---|---|---|
Priority: | minor | Milestone: | Release 2.5 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Peter Peterson |
Description
SNSLiveEventDataListener has a mutex that is currently explicitly locked and unlocked. Replace those calls with instances of POCO::ScopedLock.
Change History
comment:2 Changed 8 years ago by Ross Miller
Use Poco::ScopedLock instead of explicit lock/unlock calls
Refs #6488
Changeset: 4beeefb8010a8442409e653348463611928d0a51
comment:3 Changed 8 years ago by Ross Miller
- Status changed from accepted to verify
- Resolution set to fixed
comment:4 Changed 8 years ago by Peter Peterson
- Status changed from verify to verifying
- Tester set to Peter Peterson
Note: See
TracTickets for help on using
tickets.