From dfeb9089cd7702cb70e170fcf5f5d01cbbde080c Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Tue, 17 Nov 2009 10:52:33 +0000 Subject: QPID-664: Added getReceiver()/getSender() methods to session in new api. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@881236 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/messaging/SenderImpl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/src/qpid/messaging/SenderImpl.h') diff --git a/cpp/src/qpid/messaging/SenderImpl.h b/cpp/src/qpid/messaging/SenderImpl.h index fa3794ca4e..058ecf96f8 100644 --- a/cpp/src/qpid/messaging/SenderImpl.h +++ b/cpp/src/qpid/messaging/SenderImpl.h @@ -40,6 +40,7 @@ class SenderImpl : public virtual qpid::RefCounted virtual void setCapacity(uint32_t) = 0; virtual uint32_t getCapacity() = 0; virtual uint32_t pending() = 0; + virtual const std::string& getName() const = 0; private: }; }} // namespace qpid::messaging -- cgit v1.2.1