summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/TopicExchange.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/broker/TopicExchange.h')
-rw-r--r--cpp/src/qpid/broker/TopicExchange.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/TopicExchange.h b/cpp/src/qpid/broker/TopicExchange.h
index b8b67bdafa..d54f23a70d 100644
--- a/cpp/src/qpid/broker/TopicExchange.h
+++ b/cpp/src/qpid/broker/TopicExchange.h
@@ -88,7 +88,7 @@ public:
QPID_BROKER_EXTERN TopicExchange(const std::string& name,
management::Manageable* parent = 0, Broker* broker = 0);
QPID_BROKER_EXTERN TopicExchange(const std::string& _name,
- bool _durable,
+ bool _durable, bool autodelete,
const qpid::framing::FieldTable& _args,
management::Manageable* parent = 0, Broker* broker = 0);
@@ -111,6 +111,8 @@ public:
class TopicExchangeTester;
friend class TopicExchangeTester;
+ protected:
+ bool hasBindings();
};