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 2008/02/02 23:28:17 UTC

svn commit: r617912 - /activemq/activemq-cpp/decaf/trunk/src/main/decaf/util/logging/LogWriter.cpp

Author: tabish
Date: Sat Feb  2 14:28:15 2008
New Revision: 617912

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

Modified:
    activemq/activemq-cpp/decaf/trunk/src/main/decaf/util/logging/LogWriter.cpp

Modified: activemq/activemq-cpp/decaf/trunk/src/main/decaf/util/logging/LogWriter.cpp
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/decaf/trunk/src/main/decaf/util/logging/LogWriter.cpp?rev=617912&r1=617911&r2=617912&view=diff
==============================================================================
--- activemq/activemq-cpp/decaf/trunk/src/main/decaf/util/logging/LogWriter.cpp (original)
+++ activemq/activemq-cpp/decaf/trunk/src/main/decaf/util/logging/LogWriter.cpp Sat Feb  2 14:28:15 2008
@@ -70,4 +70,4 @@
 Mutex& LogWriter::getMutex() {
     static concurrent::Mutex mutex;
     return mutex;
-};
\ No newline at end of file
+}