diff options
| author | Gordon Sim <gsim@apache.org> | 2006-10-31 18:33:40 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2006-10-31 18:33:40 +0000 |
| commit | 0487ea40bc6568765cdec75a36273eeb26fae854 (patch) | |
| tree | 02a18d9d2dfe1852013633320a858970fc784fd4 /cpp/src/qpid/broker/SessionHandlerImpl.h | |
| parent | 1150be6d66a943d899e25af4cb876e7f68c657d9 (diff) | |
| download | qpid-python-0487ea40bc6568765cdec75a36273eeb26fae854.tar.gz | |
Hid locking within exchange registry, switched to shared_ptr for exchanges, added some extra error handling and tests.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@469599 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/SessionHandlerImpl.h')
| -rw-r--r-- | cpp/src/qpid/broker/SessionHandlerImpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/SessionHandlerImpl.h b/cpp/src/qpid/broker/SessionHandlerImpl.h index 6b9b5cca6b..62e7ecd4c9 100644 --- a/cpp/src/qpid/broker/SessionHandlerImpl.h +++ b/cpp/src/qpid/broker/SessionHandlerImpl.h @@ -97,7 +97,7 @@ class SessionHandlerImpl : public virtual qpid::io::SessionHandler, */ Queue::shared_ptr getQueue(const string& name, u_int16_t channel); - Exchange* findExchange(const string& name); + Exchange::shared_ptr findExchange(const string& name); public: SessionHandlerImpl(qpid::io::SessionContext* context, QueueRegistry* queues, |
