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/03/28 05:52:27 UTC

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

dbertoni    02/03/27 20:52:27

  Modified:    c/src/XSLT XalanSourceTreeDocumentFragmentAllocator.hpp
  Log:
  Fixed documentation.
  
  Revision  Changes    Path
  1.2       +5 -5      xml-xalan/c/src/XSLT/XalanSourceTreeDocumentFragmentAllocator.hpp
  
  Index: XalanSourceTreeDocumentFragmentAllocator.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/XalanSourceTreeDocumentFragmentAllocator.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XalanSourceTreeDocumentFragmentAllocator.hpp	1 Nov 2001 15:55:15 -0000	1.1
  +++ XalanSourceTreeDocumentFragmentAllocator.hpp	28 Mar 2002 04:52:27 -0000	1.2
  @@ -133,10 +133,9 @@
   	reset();
   
   	/**
  -	 * Get size of an ArenaBlock, that is, the number
  -	 * of objects in each block.
  +	 * Get the number of ArenaBlocks currently allocated.
   	 *
  -	 * @return The size of the block
  +	 * @return The number of blocks.
   	 */
   	size_type
   	getBlockCount() const
  @@ -145,9 +144,10 @@
   	}
   
   	/**
  -	 * Get the number of ArenaBlocks currently allocated.
  +	 * Get size of an ArenaBlock, that is, the number
  +	 * of objects in each block.
   	 *
  -	 * @return The number of blocks.
  +	 * @return The size of the block
   	 */
   	size_type
   	getBlockSize() const
  
  
  

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