dbertoni    02/04/15 22:15:42

  Modified:    c/src/XSLT ResultTreeFragAllocator.hpp
  Log:
  Fixed documentation.
  
  Revision  Changes    Path
  1.2       +7 -7      xml-xalan/c/src/XSLT/ResultTreeFragAllocator.hpp
  
  Index: ResultTreeFragAllocator.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/ResultTreeFragAllocator.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ResultTreeFragAllocator.hpp       1 Nov 2001 15:55:15 -0000       1.1
  +++ ResultTreeFragAllocator.hpp       16 Apr 2002 05:15:42 -0000      1.2
  @@ -102,7 +102,7 @@
        create(XalanSourceTreeDocumentFragment*         theValue);
   
        /**
  -      * Create an ResultTreeFrag object.
  +      * Create a ResultTreeFrag object.
         * 
         * @param theSource     source instance
         *
  @@ -112,7 +112,7 @@
        create(const data_type& theSource);
   
        /**
  -      * Delete an ResultTreeFrag object from allocator.       
  +      * Delete a ResultTreeFrag object from allocator.        
         */
        bool
        destroy(data_type*      theObject);
  @@ -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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to