summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/amqp/Outgoing.h
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2013-06-12 17:56:20 +0000
committerGordon Sim <gsim@apache.org>2013-06-12 17:56:20 +0000
commitd4dafd305711085b47fdf0e9ae0af3796b84a1b8 (patch)
tree39e7fd139e6961df95fa184b03369ca27ccc992d /qpid/cpp/src/qpid/broker/amqp/Outgoing.h
parenta7cacfb3e0cec373e6ef96e4f61439dfa0c36971 (diff)
downloadqpid-python-d4dafd305711085b47fdf0e9ae0af3796b84a1b8.tar.gz
QPID-4917: allow shared topic subscriptions
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1492311 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/qpid/broker/amqp/Outgoing.h')
-rw-r--r--qpid/cpp/src/qpid/broker/amqp/Outgoing.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/broker/amqp/Outgoing.h b/qpid/cpp/src/qpid/broker/amqp/Outgoing.h
index b70faa1385..a63a8cc0a6 100644
--- a/qpid/cpp/src/qpid/broker/amqp/Outgoing.h
+++ b/qpid/cpp/src/qpid/broker/amqp/Outgoing.h
@@ -88,7 +88,7 @@ class Outgoing : public ManagedOutgoingLink
class OutgoingFromQueue : public Outgoing, public qpid::broker::Consumer, public boost::enable_shared_from_this<OutgoingFromQueue>
{
public:
- OutgoingFromQueue(Broker&, const std::string& source, const std::string& target, boost::shared_ptr<Queue> q, pn_link_t* l, Session&, qpid::sys::OutputControl& o, bool topic);
+ OutgoingFromQueue(Broker&, const std::string& source, const std::string& target, boost::shared_ptr<Queue> q, pn_link_t* l, Session&, qpid::sys::OutputControl& o, bool exclusive);
void setSubjectFilter(const std::string&);
void setSelectorFilter(const std::string&);
void init();