You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by nm...@apache.org on 2007/01/21 15:27:58 UTC

svn commit: r498322 - /incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/concurrent/Mutex.cpp

Author: nmittler
Date: Sun Jan 21 06:27:58 2007
New Revision: 498322

URL: http://svn.apache.org/viewvc?view=rev&rev=498322
Log:
[AMQCPP-49] fixing build of Mutex.cpp

Modified:
    incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/concurrent/Mutex.cpp

Modified: incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/concurrent/Mutex.cpp
URL: http://svn.apache.org/viewvc/incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/concurrent/Mutex.cpp?view=diff&rev=498322&r1=498321&r2=498322
==============================================================================
--- incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/concurrent/Mutex.cpp (original)
+++ incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/concurrent/Mutex.cpp Sun Jan 21 06:27:58 2007
@@ -17,6 +17,7 @@
  
 #include <activemq/concurrent/Mutex.h>
 
+using namespace activemq;
 using namespace activemq::concurrent;
 
 ////////////////////////////////////////////////////////////////////////////////