diff options
Diffstat (limited to 'cpp/src/qpid/sys/AtomicCount.h')
| -rw-r--r-- | cpp/src/qpid/sys/AtomicCount.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/sys/AtomicCount.h b/cpp/src/qpid/sys/AtomicCount.h index 63670cbf00..b542e37039 100644 --- a/cpp/src/qpid/sys/AtomicCount.h +++ b/cpp/src/qpid/sys/AtomicCount.h @@ -28,7 +28,7 @@ namespace sys { /** * Atomic counter. */ -class AtomicCount : boost::noncopyable { +class AtomicCount { public: typedef ScopedDecrement<AtomicCount> ScopedDecrement; typedef ScopedIncrement<AtomicCount> ScopedIncrement; |
