From 7043d22d1943263840eb6cefdb7c6449eeab5a14 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 3 Apr 2007 21:18:17 +0000 Subject: Moved BasicMessage::WaitableDestination to IncomingMessage::WaitableDestination so it can be shared by Basic and Message implementations. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@525282 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/client/BasicMessageChannel.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'qpid/cpp/src/client/BasicMessageChannel.h') diff --git a/qpid/cpp/src/client/BasicMessageChannel.h b/qpid/cpp/src/client/BasicMessageChannel.h index aaedfd6bf1..13e1cf1e00 100644 --- a/qpid/cpp/src/client/BasicMessageChannel.h +++ b/qpid/cpp/src/client/BasicMessageChannel.h @@ -63,7 +63,6 @@ class BasicMessageChannel : public MessageChannel private: - class WaitableDestination; struct Consumer{ MessageListener* listener; AckMode ackMode; @@ -80,8 +79,8 @@ class BasicMessageChannel : public MessageChannel uint64_t incoming_size; ConsumerMap consumers ; ReturnedMessageHandler* returnsHandler; - boost::scoped_ptr destGet; - boost::scoped_ptr destDispatch; + IncomingMessage::WaitableDestination destGet; + IncomingMessage::WaitableDestination destDispatch; }; }} // namespace qpid::client -- cgit v1.2.1