diff options
Diffstat (limited to 'cpp/lib/broker/Connection.h')
-rw-r--r-- | cpp/lib/broker/Connection.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/lib/broker/Connection.h b/cpp/lib/broker/Connection.h index 08d14d795a..d2b0422f8d 100644 --- a/cpp/lib/broker/Connection.h +++ b/cpp/lib/broker/Connection.h @@ -70,10 +70,9 @@ class Connection : public qpid::sys::ConnectionInputHandler, Broker& broker; std::auto_ptr<qpid::framing::AMQP_ClientProxy> client; Settings settings; - // FIXME aconway 2007-01-16: Belongs on broker? + std::vector<Queue::shared_ptr> exclusiveQueues; - // FIXME aconway 2007-01-16: move to broker. /** * Get named queue, never returns 0. * @return: named queue or default queue for channel if name="" @@ -89,7 +88,6 @@ class Connection : public qpid::sys::ConnectionInputHandler, private: typedef boost::ptr_map<u_int16_t, BrokerAdapter> AdapterMap; - // FIXME aconway 2007-01-16: on broker. typedef std::vector<Queue::shared_ptr>::iterator queue_iterator; Exchange::shared_ptr findExchange(const string& name); |