diff options
| author | Gordon Sim <gsim@apache.org> | 2007-07-05 09:47:07 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2007-07-05 09:47:07 +0000 |
| commit | 07c8c499649c725a226eeda3e0bfe58fa8ba984c (patch) | |
| tree | 0f71fc80b9e6e9929184334f4dc7d8fc03f7ccc0 /cpp/src/qpid/client/MessageMessageChannel.h | |
| parent | d4be469092c558ca9031d82b963b8b845fa1e1bd (diff) | |
| download | qpid-python-07c8c499649c725a226eeda3e0bfe58fa8ba984c.tar.gz | |
Fix for QPID-534. Get now detects closure correctly. Also fixed broker to allow channel.close-ok (and fixed client to send it).
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@553441 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/client/MessageMessageChannel.h')
| -rw-r--r-- | cpp/src/qpid/client/MessageMessageChannel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/qpid/client/MessageMessageChannel.h b/cpp/src/qpid/client/MessageMessageChannel.h index 12c4786b81..44b64b3d80 100644 --- a/cpp/src/qpid/client/MessageMessageChannel.h +++ b/cpp/src/qpid/client/MessageMessageChannel.h @@ -62,6 +62,8 @@ class MessageMessageChannel : public MessageChannel void close(); + void cancelAll(); + private: typedef boost::ptr_map<std::string, IncomingMessage::WaitableDestination> Destinations; |
