diff options
Diffstat (limited to 'cpp/src/qpid/broker/TopicExchange.h')
-rw-r--r-- | cpp/src/qpid/broker/TopicExchange.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/qpid/broker/TopicExchange.h b/cpp/src/qpid/broker/TopicExchange.h index 9f08153a2e..19ea732fbc 100644 --- a/cpp/src/qpid/broker/TopicExchange.h +++ b/cpp/src/qpid/broker/TopicExchange.h @@ -77,6 +77,8 @@ class TopicExchange : public virtual Exchange{ static const std::string typeName; TopicExchange(const string& name); + + virtual std::string getType(){ return typeName; } virtual void bind(Queue::shared_ptr queue, const string& routingKey, qpid::framing::FieldTable* args); |