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/02/23 04:33:35 UTC

cvs commit: xml-xalan/c/src/XSLT ElemTemplateElement.cpp ElemTemplateElement.hpp

dbertoni    02/02/22 19:33:35

  Modified:    c/src/XSLT ElemTemplateElement.cpp ElemTemplateElement.hpp
  Log:
  Changed supported() to isSupported() to mirror actual DOM name.
  
  Revision  Changes    Path
  1.71      +1 -1      xml-xalan/c/src/XSLT/ElemTemplateElement.cpp
  
  Index: ElemTemplateElement.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemTemplateElement.cpp,v
  retrieving revision 1.70
  retrieving revision 1.71
  diff -u -r1.70 -r1.71
  --- ElemTemplateElement.cpp	19 Dec 2001 22:04:53 -0000	1.70
  +++ ElemTemplateElement.cpp	23 Feb 2002 03:33:35 -0000	1.71
  @@ -1126,7 +1126,7 @@
   
   
   bool
  -ElemTemplateElement::supports(
  +ElemTemplateElement::isSupported(
   			const XalanDOMString&	/* feature */,
   			const XalanDOMString&	/* version */) const
   {
  
  
  
  1.38      +1 -1      xml-xalan/c/src/XSLT/ElemTemplateElement.hpp
  
  Index: ElemTemplateElement.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemTemplateElement.hpp,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- ElemTemplateElement.hpp	26 Sep 2001 21:30:23 -0000	1.37
  +++ ElemTemplateElement.hpp	23 Feb 2002 03:33:35 -0000	1.38
  @@ -580,7 +580,7 @@
   	normalize();
   
   	virtual bool
  -	supports(
  +	isSupported(
   			const XalanDOMString&	feature,
   			const XalanDOMString&	version) const;
   
  
  
  

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