Ticket #6488 (closed: fixed)

Opened 8 years ago

Last modified 5 years ago

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:1 Changed 8 years ago by Ross Miller

  • Status changed from new to accepted

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

comment:5 Changed 8 years ago by Peter Peterson

  • Status changed from verifying to closed

Looking at the diff this was done correctly.

comment:6 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 7334

Note: See TracTickets for help on using tickets.