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:16:05 UTC

cvs commit: xml-xalan/c/src/XalanSourceTree XalanSourceTreeAttr.hpp XalanSourceTreeAttr.cpp

dbertoni    02/02/22 19:16:05

  Modified:    c/src/XalanSourceTree XalanSourceTreeAttr.hpp
                        XalanSourceTreeAttr.cpp
  Log:
  Changed supported() to isSupported() to mirror actual DOM name.
  
  Revision  Changes    Path
  1.3       +1 -1      xml-xalan/c/src/XalanSourceTree/XalanSourceTreeAttr.hpp
  
  Index: XalanSourceTreeAttr.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XalanSourceTree/XalanSourceTreeAttr.hpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XalanSourceTreeAttr.hpp	8 Jan 2001 18:22:36 -0000	1.2
  +++ XalanSourceTreeAttr.hpp	23 Feb 2002 03:16:05 -0000	1.3
  @@ -372,7 +372,7 @@
   	 * on this node, <code>false</code> otherwise.
   	 */
   	virtual bool
  -	supports(
  +	isSupported(
   			const XalanDOMString&	feature,
   			const XalanDOMString&	version) const;
   
  
  
  
  1.4       +1 -1      xml-xalan/c/src/XalanSourceTree/XalanSourceTreeAttr.cpp
  
  Index: XalanSourceTreeAttr.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XalanSourceTree/XalanSourceTreeAttr.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XalanSourceTreeAttr.cpp	18 Jan 2001 22:34:29 -0000	1.3
  +++ XalanSourceTreeAttr.cpp	23 Feb 2002 03:16:05 -0000	1.4
  @@ -288,7 +288,7 @@
   
   
   bool
  -XalanSourceTreeAttr::supports(
  +XalanSourceTreeAttr::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