Author: tabish
Date: Fri Apr  6 05:49:01 2007
New Revision: 526143

URL: http://svn.apache.org/viewvc?view=rev&rev=526143
Log:
http://issues.apache.org/activemq/browse/AMQCPP-97

Used CountDownLatch instead of sleeps.

Modified:
    
activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/concurrent/CountDownLatch.h

Modified: 
activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/concurrent/CountDownLatch.h
URL: 
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/concurrent/CountDownLatch.h?view=diff&rev=526143&r1=526142&r2=526143
==============================================================================
--- 
activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/concurrent/CountDownLatch.h
 (original)
+++ 
activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/concurrent/CountDownLatch.h
 Fri Apr  6 05:49:01 2007
@@ -49,7 +49,8 @@
         virtual ~CountDownLatch();
 
         /**
-         * Waits for the Count to be zero, and then
+         * Waits for the Count to be zero, and then returns
+         * @throws CMSException
          */
         virtual void await() throw ( cms::CMSException );
 


Reply via email to