diff options
author | Alan Conway <aconway@apache.org> | 2007-10-29 18:35:29 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-10-29 18:35:29 +0000 |
commit | 505c43651b302ecf773bff1fcf3d45f5a1aef682 (patch) | |
tree | d1548a878fd1186f5a4d317ea624336760af8e98 /cpp/src/qpid/client/Message.h | |
parent | 0fb42a897731efaea3dcb8c4238707f38c0d4d3e (diff) | |
download | qpid-python-505c43651b302ecf773bff1fcf3d45f5a1aef682.tar.gz |
Rename client::Session as client::Session_0_10
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@589794 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/client/Message.h')
-rw-r--r-- | cpp/src/qpid/client/Message.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/qpid/client/Message.h b/cpp/src/qpid/client/Message.h index 1fc199e8d8..655fc89457 100644 --- a/cpp/src/qpid/client/Message.h +++ b/cpp/src/qpid/client/Message.h @@ -22,7 +22,7 @@ * */ #include <string> -#include "qpid/client/Session.h" +#include "qpid/client/Session_0_10.h" #include "qpid/framing/MessageTransferBody.h" #include "qpid/framing/TransferContent.h" @@ -60,7 +60,7 @@ public: return getMessageProperties().getApplicationHeaders(); } - void acknowledge(Session& session, bool cumulative = true, bool send = true) const + void acknowledge(Session_0_10& session, bool cumulative = true, bool send = true) const { session.execution().completed(id, cumulative, send); } |