diff options
Diffstat (limited to 'cpp/include/qpid/messaging/Sender.h')
-rw-r--r-- | cpp/include/qpid/messaging/Sender.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/qpid/messaging/Sender.h b/cpp/include/qpid/messaging/Sender.h index 335e61260c..eb8ccc2f84 100644 --- a/cpp/include/qpid/messaging/Sender.h +++ b/cpp/include/qpid/messaging/Sender.h @@ -50,7 +50,7 @@ class Sender : public qpid::client::Handle<SenderImpl> QPID_CLIENT_EXTERN Sender& operator=(const Sender&); QPID_CLIENT_EXTERN void send(const Message& message); - QPID_CLIENT_EXTERN void cancel(); + QPID_CLIENT_EXTERN void close(); /** * Sets the capacity for the sender. The capacity determines how |