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/ReceiverImpl.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/ReceiverImpl.h')
-rw-r--r-- | cpp/src/qpid/messaging/ReceiverImpl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/messaging/ReceiverImpl.h b/cpp/src/qpid/messaging/ReceiverImpl.h index 5a057ba34e..3d60437aba 100644 --- a/cpp/src/qpid/messaging/ReceiverImpl.h +++ b/cpp/src/qpid/messaging/ReceiverImpl.h @@ -46,6 +46,7 @@ class ReceiverImpl : public virtual qpid::RefCounted virtual uint32_t available() = 0; virtual uint32_t pendingAck() = 0; virtual void cancel() = 0; + virtual const std::string& getName() const = 0; }; }} // namespace qpid::messaging |