You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-dev@logging.apache.org by ca...@apache.org on 2008/02/16 01:16:09 UTC

svn commit: r628211 - /logging/log4cxx/trunk/src/main/cpp/threadspecificdata.cpp

Author: carnold
Date: Fri Feb 15 16:16:08 2008
New Revision: 628211

URL: http://svn.apache.org/viewvc?rev=628211&view=rev
Log:
LOGCXX-117: Missing using namespace for VC6

Modified:
    logging/log4cxx/trunk/src/main/cpp/threadspecificdata.cpp

Modified: logging/log4cxx/trunk/src/main/cpp/threadspecificdata.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/cpp/threadspecificdata.cpp?rev=628211&r1=628210&r2=628211&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/cpp/threadspecificdata.cpp (original)
+++ logging/log4cxx/trunk/src/main/cpp/threadspecificdata.cpp Fri Feb 15 16:16:08 2008
@@ -23,6 +23,7 @@
 #endif
 #include <log4cxx/helpers/aprinitializer.h>
 
+using namespace log4cxx;
 using namespace log4cxx::helpers;