From 0a1b3430450f274aee273a9f792a2d43f771b85f Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Thu, 13 Sep 2007 17:29:16 +0000 Subject: Use frameset begin/end flags for determining frameset boundaries. Set frameset & segment begin/end flags for content bearing methods (i.e. messages). git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@575377 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/client/ClientChannel.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'cpp/src/qpid/client/ClientChannel.h') diff --git a/cpp/src/qpid/client/ClientChannel.h b/cpp/src/qpid/client/ClientChannel.h index b33af65d21..527f5d418f 100644 --- a/cpp/src/qpid/client/ClientChannel.h +++ b/cpp/src/qpid/client/ClientChannel.h @@ -63,8 +63,7 @@ class Channel : private sys::Runnable struct Consumer{ MessageListener* listener; AckMode ackMode; - int count; - u_int64_t lastDeliveryTag; + uint32_t count; }; typedef std::map ConsumerMap; @@ -75,7 +74,7 @@ class Channel : private sys::Runnable const bool transactional; framing::ProtocolVersion version; - sys::Mutex stopLock; + mutable sys::Mutex stopLock; bool running; ConsumerMap consumers; -- cgit v1.2.1