You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2010/09/08 20:50:03 UTC

svn commit: r995190 - /activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/library/ActiveMQCPP.cpp

Author: tabish
Date: Wed Sep  8 18:50:03 2010
New Revision: 995190

URL: http://svn.apache.org/viewvc?rev=995190&view=rev
Log:
fix for: https://issues.apache.org/activemq/browse/AMQCPP-315

Modified:
    activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/library/ActiveMQCPP.cpp

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/library/ActiveMQCPP.cpp
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/library/ActiveMQCPP.cpp?rev=995190&r1=995189&r2=995190&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/library/ActiveMQCPP.cpp (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/library/ActiveMQCPP.cpp Wed Sep  8 18:50:03 2010
@@ -65,7 +65,7 @@ void ActiveMQCPP::initializeLibrary() {
 void ActiveMQCPP::shutdownLibrary() {
 
     // Shutdown the IdGenerator Kernel
-    IdGenerator::initialize();
+    IdGenerator::shutdown();
 
     // Now it should be safe to shutdown Decaf.
     decaf::lang::Runtime::shutdownRuntime();