comparison Core/MultiThreading/Locker.h @ 769:3f946e5c3802

ReusableDicomUserConnection
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 30 Apr 2014 13:49:41 +0200
parents b2a62f22fbe8
children 6e7e5ed91c2d
comparison
equal deleted inserted replaced
766:0a2f8c707c78 769:3f946e5c3802
34 34
35 #include "ILockable.h" 35 #include "ILockable.h"
36 36
37 namespace Orthanc 37 namespace Orthanc
38 { 38 {
39 class Locker 39 class Locker : public boost::noncopyable
40 { 40 {
41 private: 41 private:
42 ILockable& lockable_; 42 ILockable& lockable_;
43 43
44 public: 44 public: