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 2003/08/04 09:04:30 UTC

cvs commit: xml-xalan/c/src/xalanc/XSLT StylesheetExecutionContext.hpp

dbertoni    2003/08/04 00:04:30

  Modified:    c/src/xalanc/XSLT StylesheetExecutionContext.hpp
  Log:
  Fixed glitch with return values.
  
  Revision  Changes    Path
  1.7       +2 -0      xml-xalan/c/src/xalanc/XSLT/StylesheetExecutionContext.hpp
  
  Index: StylesheetExecutionContext.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/XSLT/StylesheetExecutionContext.hpp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- StylesheetExecutionContext.hpp	4 Aug 2003 06:35:33 -0000	1.6
  +++ StylesheetExecutionContext.hpp	4 Aug 2003 07:04:30 -0000	1.7
  @@ -1034,10 +1034,12 @@
   
   	private:
   
  +		void
   		doPush(
   			const ElemTemplateElement&		xslCallTemplateElement,
   			int								stackFrameIndex);
   
  +		void
   		doPush(const ElemTemplateElement&	xslCallTemplateElement);
   	};
   
  
  
  

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