diff options
author | Gordon Sim <gsim@apache.org> | 2009-11-17 10:52:33 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2009-11-17 10:52:33 +0000 |
commit | dfeb9089cd7702cb70e170fcf5f5d01cbbde080c (patch) | |
tree | a8965e1124fda146dedca255f912ed6e0a69a643 /cpp/src/qpid/messaging/SenderImpl.h | |
parent | 2b9be90fca9e4e47cc6b47d16dd97d6bfaf0931e (diff) | |
download | qpid-python-dfeb9089cd7702cb70e170fcf5f5d01cbbde080c.tar.gz |
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
Diffstat (limited to 'cpp/src/qpid/messaging/SenderImpl.h')
-rw-r--r-- | cpp/src/qpid/messaging/SenderImpl.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |