diff options
Diffstat (limited to 'cpp/lib/broker/BrokerMessage.h')
-rw-r--r-- | cpp/lib/broker/BrokerMessage.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/lib/broker/BrokerMessage.h b/cpp/lib/broker/BrokerMessage.h index d56912ea60..308fcc1791 100644 --- a/cpp/lib/broker/BrokerMessage.h +++ b/cpp/lib/broker/BrokerMessage.h @@ -52,7 +52,6 @@ using framing::string; * request. */ class BasicMessage : public Message { - const ConnectionToken* const publisher; framing::AMQHeaderBody::shared_ptr header; std::auto_ptr<Content> content; sys::Mutex contentLock; @@ -72,7 +71,6 @@ class BasicMessage : public Message { void setHeader(framing::AMQHeaderBody::shared_ptr header); void addContent(framing::AMQContentBody::shared_ptr data); bool isComplete(); - const ConnectionToken* const getPublisher(); void deliver(framing::ChannelAdapter&, const string& consumerTag, |