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 2009/11/30 23:57:26 UTC

svn commit: r885607 - /activemq/activemq-cpp/trunk/activemq-cpp/src/main/decaf/internal/DecafRuntime.cpp

Author: tabish
Date: Mon Nov 30 22:57:25 2009
New Revision: 885607

URL: http://svn.apache.org/viewvc?rev=885607&view=rev
Log:
Add call to shutdown the Threading library

Modified:
    activemq/activemq-cpp/trunk/activemq-cpp/src/main/decaf/internal/DecafRuntime.cpp

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/decaf/internal/DecafRuntime.cpp
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/decaf/internal/DecafRuntime.cpp?rev=885607&r1=885606&r2=885607&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/decaf/internal/DecafRuntime.cpp (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/decaf/internal/DecafRuntime.cpp Mon Nov 30 22:57:25 2009
@@ -99,5 +99,5 @@
 
 ////////////////////////////////////////////////////////////////////////////////
 void Runtime::shutdownRuntime() {
-
+    Thread::shutdownThreading();
 }