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/09/27 00:24:53 UTC

cvs commit: xml-xalan/c/src/XPath XNodeSet.cpp

dbertoni    01/09/26 15:24:53

  Modified:    c/src/XPath XNodeSet.cpp
  Log:
  32/64-bit fixes.
  
  Revision  Changes    Path
  1.25      +2 -2      xml-xalan/c/src/XPath/XNodeSet.cpp
  
  Index: XNodeSet.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XPath/XNodeSet.cpp,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- XNodeSet.cpp	2001/06/14 19:12:04	1.24
  +++ XNodeSet.cpp	2001/09/26 22:24:53	1.25
  @@ -147,14 +147,14 @@
   
   
   XalanNode*
  -XNodeSet::item(unsigned int	index) const
  +XNodeSet::item(size_type	index) const
   {
   	return m_value->item(index);
   }
   
   
   
  -unsigned int
  +XNodeSet::size_type
   XNodeSet::getLength() const
   {
   	return m_value->getLength();
  
  
  

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