Update of /cvsroot/objecthandler/log4cxx-0.9.7/include/log4cxx/xml
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv31024/include/log4cxx/xml
Modified Files:
domconfigurator.h
Log Message:
update for gcc4
Index: domconfigurator.h
===================================================================
RCS file: /cvsroot/objecthandler/log4cxx-0.9.7/include/log4cxx/xml/domconfigurator.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** domconfigurator.h 25 May 2006 11:41:32 -0000 1.1
--- domconfigurator.h 26 Jul 2006 07:01:28 -0000 1.2
***************
*** 209,213 ****
protected:
! String DOMConfigurator::subst(const String& value);
protected:
--- 209,213 ----
protected:
! String subst(const String& value);
protected:
|