You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by as...@apache.org on 2009/08/07 03:53:44 UTC

svn commit: r801859 - /qpid/trunk/qpid/cpp/src/qpid/broker/Broker.cpp

Author: astitcher
Date: Fri Aug  7 01:53:44 2009
New Revision: 801859

URL: http://svn.apache.org/viewvc?rev=801859&view=rev
Log:
Revert "Stop timer thread before users are deleted (as they don't all clean up prior to being destroyed)"

This reverts commit cfbbe6093b1353f3896249d227cf1458d95abbc7.

Modified:
    qpid/trunk/qpid/cpp/src/qpid/broker/Broker.cpp

Modified: qpid/trunk/qpid/cpp/src/qpid/broker/Broker.cpp
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/qpid/broker/Broker.cpp?rev=801859&r1=801858&r2=801859&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/qpid/broker/Broker.cpp (original)
+++ qpid/trunk/qpid/cpp/src/qpid/broker/Broker.cpp Fri Aug  7 01:53:44 2009
@@ -334,10 +334,6 @@
 Broker::~Broker() {
     shutdown();
     queueEvents.shutdown();
-    //TODO: timer clients should really remove any registered tasks
-    //before the are destroyed; until that is the case, this prevents
-    //their failure to do from crashing the broker
-    timer.stop();
     finalize();                 // Finalize any plugins.
     if (config.auth)
         SaslAuthenticator::fini();



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org