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 2002/10/03 05:52:59 UTC

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

dbertoni    2002/10/02 20:52:59

  Modified:    c/src/XercesParserLiaison XercesElementWrapper.cpp
  Log:
  Added missing return statements.
  
  Revision  Changes    Path
  1.2       +4 -0      xml-xalan/c/src/XercesParserLiaison/XercesElementWrapper.cpp
  
  Index: XercesElementWrapper.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XercesParserLiaison/XercesElementWrapper.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XercesElementWrapper.cpp	3 Oct 2002 01:32:42 -0000	1.1
  +++ XercesElementWrapper.cpp	3 Oct 2002 03:52:59 -0000	1.2
  @@ -379,6 +379,8 @@
   XercesElementWrapper::setAttributeNode(XalanAttr*	/* newAttr */)
   {
   	throw XalanDOMException(XalanDOMException::NO_MODIFICATION_ALLOWED_ERR);
  +
  +	return 0;
   }
   
   
  @@ -387,6 +389,8 @@
   XercesElementWrapper::removeAttributeNode(XalanAttr*	/* oldAttr */)
   {
   	throw XalanDOMException(XalanDOMException::NO_MODIFICATION_ALLOWED_ERR);
  +
  +	return 0;
   }
   
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org