Author: carnold
Date: Tue Feb 19 21:08:51 2008
New Revision: 629358

URL: http://svn.apache.org/viewvc?rev=629358&view=rev
Log:
LOGCXX-62: Doxygen fixes, rename thread to avoid object file collision

Modified:
    logging/log4cxx/trunk/src/main/include/log4cxx/pattern/patternconverter.h

Modified: 
logging/log4cxx/trunk/src/main/include/log4cxx/pattern/patternconverter.h
URL: 
http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/pattern/patternconverter.h?rev=629358&r1=629357&r2=629358&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/pattern/patternconverter.h 
(original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/pattern/patternconverter.h 
Tue Feb 19 21:08:51 2008
@@ -43,12 +43,6 @@
    <p>Conversion specifiers in a conversion patterns are parsed to
    individual PatternConverters. Each of which is responsible for
    converting an object in a converter specific manner.
-
-   
-   
-   
-   
-
    
  */
 class LOG4CXX_EXPORT PatternConverter : public virtual 
log4cxx::helpers::ObjectImpl {
@@ -64,6 +58,7 @@
   const LogString style;
 
 
+protected:
   /**
    * Create a new pattern converter.
    * @param name name for pattern converter.


Reply via email to