From e3b8a5923d5e5512cfe6e0f02246d22146691008 Mon Sep 17 00:00:00 2001 From: click Date: Sun, 15 Aug 2010 00:28:14 +0200 Subject: Core/externals: Update ACE to 5.8.1 (should fix issues with disconnects happening on servers compiled under VS2010) Update issue 3411 Status: NeedsFeedback --HG-- branch : trunk --- externals/ace/Malloc_Base.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'externals/ace/Malloc_Base.h') diff --git a/externals/ace/Malloc_Base.h b/externals/ace/Malloc_Base.h index 6a13d020ad6..d800c7fe544 100644 --- a/externals/ace/Malloc_Base.h +++ b/externals/ace/Malloc_Base.h @@ -4,7 +4,7 @@ /** * @file Malloc_Base.h * - * $Id: Malloc_Base.h 80826 2008-03-04 14:51:23Z wotte $ + * $Id: Malloc_Base.h 91058 2010-07-12 08:20:09Z johnnyw $ * * @author Doug Schmidt and Irfan Pyarali */ @@ -73,7 +73,7 @@ public: size_type elem_size, char initial_value = '\0') = 0; - /// Free (must have been allocated by ). + /// Free @a ptr (must have been allocated by ACE_Allocator::malloc()). virtual void free (void *ptr) = 0; /// Remove any resources associated with this memory manager. -- cgit v1.2.3