From 3924106491c2fbfc05f5cbf4dbdeccc51c903cf2 Mon Sep 17 00:00:00 2001 From: "Carl C. Trieloff" Date: Wed, 21 Jan 2009 20:08:38 +0000 Subject: correct lifecycle for pollablequeue dispatch handle git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@736398 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/sys/PollableQueue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src') diff --git a/cpp/src/qpid/sys/PollableQueue.h b/cpp/src/qpid/sys/PollableQueue.h index 5dd2483256..9fbe48fe84 100644 --- a/cpp/src/qpid/sys/PollableQueue.h +++ b/cpp/src/qpid/sys/PollableQueue.h @@ -91,7 +91,7 @@ class PollableQueue { Callback callback; boost::shared_ptr poller; PollableCondition condition; - DispatchHandle handle; + DispatchHandleRef handle; Queue queue, batch; Thread dispatcher; bool stopped; -- cgit v1.2.1