Author: afester
Date: Wed Mar 8 09:14:28 2006
New Revision: 384272
URL: http://svn.apache.org/viewcvs?rev=384272&view=rev
Log:
LOGCXX-130: removed extra class qualifications
Modified:
logging/log4cxx/trunk/include/log4cxx/helpers/unicodehelper.h
logging/log4cxx/trunk/include/log4cxx/xml/domconfigurator.h
Modified: logging/log4cxx/trunk/include/log4cxx/helpers/unicodehelper.h
URL:
http://svn.apache.org/viewcvs/logging/log4cxx/trunk/include/log4cxx/helpers/unicodehelper.h?rev=384272&r1=384271&r2=384272&view=diff
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/helpers/unicodehelper.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/helpers/unicodehelper.h Wed Mar 8
09:14:28 2006
@@ -95,7 +95,7 @@
* @param ch wchar_t value
* @return number of bytes required.
*/
- static int UnicodeHelper::lengthUTF8(wchar_t ch);
+ static int lengthUTF8(wchar_t ch);
#endif
Modified: logging/log4cxx/trunk/include/log4cxx/xml/domconfigurator.h
URL:
http://svn.apache.org/viewcvs/logging/log4cxx/trunk/include/log4cxx/xml/domconfigurator.h?rev=384272&r1=384271&r2=384272&view=diff
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/xml/domconfigurator.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/xml/domconfigurator.h Wed Mar 8
09:14:28 2006
@@ -245,8 +245,9 @@
protected:
static LogString getAttribute(apr_xml_elem*,
- const std::string& attrName);
- LogString DOMConfigurator::subst(const LogString&
value);
+ const std::string& attrName);
+
+ LogString subst(const LogString& value);
protected:
helpers::Properties props;