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:32:00 UTC

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

dbertoni    02/02/22 19:32:00

  Modified:    c/src/XSLT ResultTreeFrag.cpp ResultTreeFrag.hpp
  Log:
  Changed supported() to isSupported() to mirror actual DOM name.
  
  Revision  Changes    Path
  1.5       +1 -1      xml-xalan/c/src/XSLT/ResultTreeFrag.cpp
  
  Index: ResultTreeFrag.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/ResultTreeFrag.cpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ResultTreeFrag.cpp	14 Dec 2001 21:03:07 -0000	1.4
  +++ ResultTreeFrag.cpp	23 Feb 2002 03:32:00 -0000	1.5
  @@ -335,7 +335,7 @@
   
   
   bool
  -ResultTreeFrag::supports(
  +ResultTreeFrag::isSupported(
   			const XalanDOMString&	/* feature */,
   			const XalanDOMString&	/* version */) const
   {
  
  
  
  1.3       +1 -1      xml-xalan/c/src/XSLT/ResultTreeFrag.hpp
  
  Index: ResultTreeFrag.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/ResultTreeFrag.hpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ResultTreeFrag.hpp	1 Nov 2001 15:59:57 -0000	1.2
  +++ ResultTreeFrag.hpp	23 Feb 2002 03:32:00 -0000	1.3
  @@ -183,7 +183,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