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/Active_Map_Manager.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'externals/ace/Active_Map_Manager.h') diff --git a/externals/ace/Active_Map_Manager.h b/externals/ace/Active_Map_Manager.h index 744abc0df03..a6c167e5f88 100644 --- a/externals/ace/Active_Map_Manager.h +++ b/externals/ace/Active_Map_Manager.h @@ -4,7 +4,7 @@ /** * @file Active_Map_Manager.h * - * $Id: Active_Map_Manager.h 83956 2008-12-03 07:57:38Z johnnyw $ + * $Id: Active_Map_Manager.h 91066 2010-07-12 11:05:04Z johnnyw $ * * @author Irfan Pyarali */ @@ -95,7 +95,7 @@ private: /// Slot index in the active map. ACE_UINT32 slot_index_; - /// Slot generation number of slot in the active map. + /// Slot generation number of @c slot_index_ slot in the active map. ACE_UINT32 slot_generation_; }; -- cgit v1.2.3