summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/QueueRegistry.h
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2006-11-08 17:07:44 +0000
committerAlan Conway <aconway@apache.org>2006-11-08 17:07:44 +0000
commitf34ace35220726fa64f063a0fccc6eeaaa40af3c (patch)
tree77f817feb9560fac0abe22b55327c1057e94bcb9 /qpid/cpp/src/qpid/broker/QueueRegistry.h
parent21d986eff6cd096c0e4a3db4c603ad72f64270fa (diff)
downloadqpid-python-f34ace35220726fa64f063a0fccc6eeaaa40af3c.tar.gz
More reorg to separate APR/posix code, work in progress.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@472545 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/qpid/broker/QueueRegistry.h')
-rw-r--r--qpid/cpp/src/qpid/broker/QueueRegistry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/broker/QueueRegistry.h b/qpid/cpp/src/qpid/broker/QueueRegistry.h
index c2fc1cc830..e3d03a06b1 100644
--- a/qpid/cpp/src/qpid/broker/QueueRegistry.h
+++ b/qpid/cpp/src/qpid/broker/QueueRegistry.h
@@ -76,7 +76,7 @@ class QueueRegistry{
private:
typedef std::map<string, Queue::shared_ptr> QueueMap;
QueueMap queues;
- qpid::sys::Monitor lock;
+ qpid::sys::Mutex lock;
int counter;
MessageStore* const store;
};