You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by cc...@apache.org on 2009/01/21 21:08:38 UTC

svn commit: r736398 - /qpid/trunk/qpid/cpp/src/qpid/sys/PollableQueue.h

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-subscribe@qpid.apache.org