Author: cctrieloff Date: Wed Jan 21 12:08:38 2009 New Revision: 736398 URL: http://svn.apache.org/viewvc?rev=736398&view=rev Log: correct lifecycle for pollablequeue dispatch handle
Modified: qpid/trunk/qpid/cpp/src/qpid/sys/PollableQueue.h Modified: qpid/trunk/qpid/cpp/src/qpid/sys/PollableQueue.h URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/qpid/sys/PollableQueue.h?rev=736398&r1=736397&r2=736398&view=diff ============================================================================== --- qpid/trunk/qpid/cpp/src/qpid/sys/PollableQueue.h (original) +++ qpid/trunk/qpid/cpp/src/qpid/sys/PollableQueue.h Wed Jan 21 12:08:38 2009 @@ -91,7 +91,7 @@ Callback callback; boost::shared_ptr<sys::Poller> poller; PollableCondition condition; - DispatchHandle handle; + DispatchHandleRef handle; Queue queue, batch; Thread dispatcher; bool stopped; --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:commits-subscr...@qpid.apache.org