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 2004/02/06 10:39:47 UTC

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

dbertoni    2004/02/06 01:39:47

  Modified:    c/src/xalanc/XSLT StylesheetExecutionContext.hpp
                        StylesheetExecutionContextDefault.cpp
                        StylesheetExecutionContextDefault.hpp
  Log:
  Fixed size_type discrepancy.
  
  Revision  Changes    Path
  1.11      +1 -3      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.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- StylesheetExecutionContext.hpp	6 Jan 2004 02:41:36 -0000	1.10
  +++ StylesheetExecutionContext.hpp	6 Feb 2004 09:39:47 -0000	1.11
  @@ -153,8 +153,6 @@
   	typedef std::ostream	StreamType;
   #endif
   
  -	typedef size_t	size_type;
  -
   	explicit
   	StylesheetExecutionContext(XObjectFactory*	theXObjectFactory = 0);
   
  @@ -1563,7 +1561,7 @@
   	 * 
   	 * @return number of listeners
   	 */
  -	virtual size_type
  +	virtual unsigned long
   	getTraceListeners() const = 0;
   
   	/**
  
  
  
  1.16      +1 -1      xml-xalan/c/src/xalanc/XSLT/StylesheetExecutionContextDefault.cpp
  
  Index: StylesheetExecutionContextDefault.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/XSLT/StylesheetExecutionContextDefault.cpp,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- StylesheetExecutionContextDefault.cpp	9 Jan 2004 07:07:46 -0000	1.15
  +++ StylesheetExecutionContextDefault.cpp	6 Feb 2004 09:39:47 -0000	1.16
  @@ -2167,7 +2167,7 @@
   
   
   
  -StylesheetExecutionContextDefault::size_type
  +unsigned long
   StylesheetExecutionContextDefault::getTraceListeners() const
   {
   	assert(m_xsltProcessor != 0);
  
  
  
  1.11      +1 -1      xml-xalan/c/src/xalanc/XSLT/StylesheetExecutionContextDefault.hpp
  
  Index: StylesheetExecutionContextDefault.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/XSLT/StylesheetExecutionContextDefault.hpp,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- StylesheetExecutionContextDefault.hpp	6 Jan 2004 02:41:36 -0000	1.10
  +++ StylesheetExecutionContextDefault.hpp	6 Feb 2004 09:39:47 -0000	1.11
  @@ -691,7 +691,7 @@
   	installXalanNumberFormatFactory(XalanNumberFormatFactory*	theFactory);
   
   
  -	virtual size_type
  +	virtual unsigned long
   	getTraceListeners() const;
   
   	virtual void
  
  
  

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