summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/client/Message.h
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-10-29 18:35:29 +0000
committerAlan Conway <aconway@apache.org>2007-10-29 18:35:29 +0000
commit36b42cd7921cae46f99cc6bf1c83f2ddacf21395 (patch)
treec4b655693784b6d1390d9ba67c03ae9e18c77277 /qpid/cpp/src/qpid/client/Message.h
parentf4f861fc5ea9847a12d9644ff1309b12954a66a6 (diff)
downloadqpid-python-36b42cd7921cae46f99cc6bf1c83f2ddacf21395.tar.gz
Rename client::Session as client::Session_0_10
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@589794 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/qpid/client/Message.h')
-rw-r--r--qpid/cpp/src/qpid/client/Message.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/src/qpid/client/Message.h b/qpid/cpp/src/qpid/client/Message.h
index 1fc199e8d8..655fc89457 100644
--- a/qpid/cpp/src/qpid/client/Message.h
+++ b/qpid/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);
}