You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2001/02/27 20:08:02 UTC

cvs commit: xml-xalan/c/src/XercesParserLiaison XercesDOMException.cpp XercesDOMException.hpp

dbertoni    01/02/27 11:08:02

  Modified:    c/src/XercesParserLiaison XercesDOMException.cpp
                        XercesDOMException.hpp
  Log:
  Changed UNKNOWN to UNKNOWN_ERR to avoid conflicts with UNKNOWN.
  
  Revision  Changes    Path
  1.2       +1 -1      xml-xalan/c/src/XercesParserLiaison/XercesDOMException.cpp
  
  Index: XercesDOMException.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XercesParserLiaison/XercesDOMException.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XercesDOMException.cpp	2000/04/11 14:39:29	1.1
  +++ XercesDOMException.cpp	2001/02/27 19:08:01	1.2
  @@ -92,7 +92,7 @@
   XercesDOMException::ExceptionCode
   XercesDOMException::translateErrorCode(DOM_DOMException::ExceptionCode	theCode)
   {
  -	ExceptionCode	theXalanCode = UNKNOWN;
  +	ExceptionCode	theXalanCode = UNKNOWN_ERR;
   
   	switch(theCode)
   	{
  
  
  
  1.2       +1 -1      xml-xalan/c/src/XercesParserLiaison/XercesDOMException.hpp
  
  Index: XercesDOMException.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XercesParserLiaison/XercesDOMException.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XercesDOMException.hpp	2000/04/11 14:39:29	1.1
  +++ XercesDOMException.hpp	2001/02/27 19:08:01	1.2
  @@ -84,7 +84,7 @@
   	  * @param code The error code which indicates the exception
   	  */
   	explicit
  -	XercesDOMException(ExceptionCode 	code = UNKNOWN);
  +	XercesDOMException(ExceptionCode 	code = UNKNOWN_ERR);
   
   	/**
   	  * Constructor which takes a Xerces exception and