auriemma    00/11/30 09:07:21

  Modified:    c/src/PlatformSupport ArenaBlock.hpp
  Log:
  HP port based on work from Trevor Smigiel and Troy Heber.
  
  Revision  Changes    Path
  1.9       +2 -2      xml-xalan/c/src/PlatformSupport/ArenaBlock.hpp
  
  Index: ArenaBlock.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/PlatformSupport/ArenaBlock.hpp,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- ArenaBlock.hpp    2000/11/02 01:45:34     1.8
  +++ ArenaBlock.hpp    2000/11/30 17:07:21     1.9
  @@ -147,9 +147,9 @@
        typedef std::allocator<ObjectType>              AllocatorType;
   #endif
   
  -     typedef ArenaBlockDestroy<ObjectType>   DestroyFunctionType;
  +     typedef ArenaBlockDestroy<ObjectType>           DestroyFunctionType;
   
  -     typedef AllocatorType::size_type                size_type;
  +     typedef typename AllocatorType::size_type       size_type;
   
        /*
         * Construct an ArenaBlock of the specified size
  
  
  

Reply via email to