diff options
author | Andrew Stitcher <astitcher@apache.org> | 2007-02-09 02:16:03 +0000 |
---|---|---|
committer | Andrew Stitcher <astitcher@apache.org> | 2007-02-09 02:16:03 +0000 |
commit | 8cf4a0b8ebaa6075a1f083a294b1fee90bd4d196 (patch) | |
tree | 77670233364cef083ef40b9878297a64c16a160b /cpp/lib/broker/BrokerMessageMessage.h | |
parent | f197f0c88e1f5ed37a14617b1006f6579c4319e7 (diff) | |
download | qpid-python-8cf4a0b8ebaa6075a1f083a294b1fee90bd4d196.tar.gz |
r1104@fuschia: andrew | 2007-02-09 02:14:00 +0000
Initial implementation of Message.get delivery
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@505139 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/lib/broker/BrokerMessageMessage.h')
-rw-r--r-- | cpp/lib/broker/BrokerMessageMessage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/lib/broker/BrokerMessageMessage.h b/cpp/lib/broker/BrokerMessageMessage.h index fb0a4749d4..89289a7fd0 100644 --- a/cpp/lib/broker/BrokerMessageMessage.h +++ b/cpp/lib/broker/BrokerMessageMessage.h @@ -60,6 +60,7 @@ class MessageMessage: public Message{ u_int32_t framesize); void sendGetOk(const framing::MethodContext& context, + const std::string& destination, u_int32_t messageCount, u_int64_t deliveryTag, u_int32_t framesize); |