carnold     2005/02/17 09:28:16

  Modified:    src      optionconverter.cpp
  Log:
  LOGCXX-37: Removed use namespace which failed if HAVE_XML = 0
  
  Revision  Changes    Path
  1.25      +1 -2      logging-log4cxx/src/optionconverter.cpp
  
  Index: optionconverter.cpp
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/src/optionconverter.cpp,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- optionconverter.cpp       15 Feb 2005 23:56:01 -0000      1.24
  +++ optionconverter.cpp       17 Feb 2005 17:28:16 -0000      1.25
  @@ -38,7 +38,6 @@
   using namespace log4cxx;
   using namespace log4cxx::helpers;
   using namespace log4cxx::spi;
  -using namespace log4cxx::xml;
   
   
   LogString OptionConverter::convertSpecialChars(const LogString& s)
  @@ -369,7 +368,7 @@
                      filename.substr(filename.length() -4), 
                      LOG4CXX_STR(".XML"), LOG4CXX_STR(".xml")))
           {
  -      clazz = DOMConfigurator::getStaticClass().toString();
  +            clazz = 
log4cxx::xml::DOMConfigurator::getStaticClass().toString();
           }
   #endif
   
  
  
  

Reply via email to