diff options
Diffstat (limited to 'cpp/src/qpid/sys/AtomicCount.h')
| -rw-r--r-- | cpp/src/qpid/sys/AtomicCount.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/qpid/sys/AtomicCount.h b/cpp/src/qpid/sys/AtomicCount.h index b542e37039..54081092c8 100644 --- a/cpp/src/qpid/sys/AtomicCount.h +++ b/cpp/src/qpid/sys/AtomicCount.h @@ -30,8 +30,8 @@ namespace sys { */ class AtomicCount { public: - typedef ScopedDecrement<AtomicCount> ScopedDecrement; - typedef ScopedIncrement<AtomicCount> ScopedIncrement; + typedef ::qpid::sys::ScopedDecrement<AtomicCount> ScopedDecrement; + typedef ::qpid::sys::ScopedIncrement<AtomicCount> ScopedIncrement; AtomicCount(long value = 0) : count(value) {} |
