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/06/15 23:24:38 UTC

cvs commit: xml-xalan/c/src/XPath XNodeSetResultTreeFragProxy.hpp

dbertoni    01/06/15 14:24:38

  Modified:    c/src/XPath XNodeSetResultTreeFragProxy.hpp
  Log:
  Fixed header file glitch.
  
  Revision  Changes    Path
  1.2       +5 -1      xml-xalan/c/src/XPath/XNodeSetResultTreeFragProxy.hpp
  
  Index: XNodeSetResultTreeFragProxy.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XPath/XNodeSetResultTreeFragProxy.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XNodeSetResultTreeFragProxy.hpp	2001/06/14 19:12:06	1.1
  +++ XNodeSetResultTreeFragProxy.hpp	2001/06/15 21:24:38	1.2
  @@ -126,7 +126,7 @@
   #if defined(XALAN_NO_COVARIANT_RETURN_TYPE)
   	virtual XalanNode*
   #else
  -	virtual ResultTreeFragBase*
  +	virtual XNodeSetResultTreeFragProxy*
   #endif
   	cloneNode(bool deep) const;
   
  @@ -178,7 +178,11 @@
   	virtual unsigned long
   	getIndex() const;
   
  +#if defined(XALAN_NO_COVARIANT_RETURN_TYPE)
   	virtual ResultTreeFragBase*
  +#else
  +	virtual XNodeSetResultTreeFragProxy*
  +#endif
   	clone(bool	deep) const;
   
   private:
  
  
  

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