summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/amqp0_10/SenderImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/client/amqp0_10/SenderImpl.cpp')
-rw-r--r--cpp/src/qpid/client/amqp0_10/SenderImpl.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/src/qpid/client/amqp0_10/SenderImpl.cpp b/cpp/src/qpid/client/amqp0_10/SenderImpl.cpp
index 9d168725e6..ef16b26b91 100644
--- a/cpp/src/qpid/client/amqp0_10/SenderImpl.cpp
+++ b/cpp/src/qpid/client/amqp0_10/SenderImpl.cpp
@@ -129,4 +129,9 @@ void SenderImpl::cancelImpl()
parent.senderCancelled(name);
}
+const std::string& SenderImpl::getName() const
+{
+ return name;
+}
+
}}} // namespace qpid::client::amqp0_10