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/12/02 18:55:04 UTC

svn commit: r886224 - /activemq/activemq-cpp/trunk/activemq-cpp/src/main/decaf/util/concurrent/locks/ReentrantLock.cpp

Author: tabish
Date: Wed Dec  2 17:55:03 2009
New Revision: 886224

URL: http://svn.apache.org/viewvc?rev=886224&view=rev
Log:
Commit some fixes found while building on Solaris.

Modified:
    activemq/activemq-cpp/trunk/activemq-cpp/src/main/decaf/util/concurrent/locks/ReentrantLock.cpp

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/decaf/util/concurrent/locks/ReentrantLock.cpp
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/decaf/util/concurrent/locks/ReentrantLock.cpp?rev=886224&r1=886223&r2=886224&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/decaf/util/concurrent/locks/ReentrantLock.cpp (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/decaf/util/concurrent/locks/ReentrantLock.cpp Wed Dec  2 17:55:03 2009
@@ -505,7 +505,7 @@
            decaf::lang::exceptions::InterruptedException,
            decaf::lang::exceptions::IllegalMonitorStateException ) {
 
-
+    return false;
 }
 
 ////////////////////////////////////////////////////////////////////////////////
@@ -514,6 +514,7 @@
            decaf::lang::exceptions::InterruptedException,
            decaf::lang::exceptions::IllegalMonitorStateException ) {
 
+    return false;
 }
 
 ////////////////////////////////////////////////////////////////////////////////