aboutsummaryrefslogtreecommitdiff
path: root/externals/ace/Capabilities.h
diff options
context:
space:
mode:
authorclick <none@none>2010-08-15 00:28:14 +0200
committerclick <none@none>2010-08-15 00:28:14 +0200
commite3b8a5923d5e5512cfe6e0f02246d22146691008 (patch)
treec7bed4a5667148d73b75ab62eae9695eb10cad49 /externals/ace/Capabilities.h
parentf3b93df6b70648fdd644c6e0db24089dca34738e (diff)
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
Diffstat (limited to 'externals/ace/Capabilities.h')
-rw-r--r--externals/ace/Capabilities.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/externals/ace/Capabilities.h b/externals/ace/Capabilities.h
index e893d987c08..f4c8b5cc6fb 100644
--- a/externals/ace/Capabilities.h
+++ b/externals/ace/Capabilities.h
@@ -4,7 +4,7 @@
/**
* @file Capabilities.h
*
- * $Id: Capabilities.h 80826 2008-03-04 14:51:23Z wotte $
+ * $Id: Capabilities.h 91077 2010-07-13 14:33:08Z johnnyw $
*
* @author Arturo Montes <mitosys@colomsat.net.co>
*/
@@ -124,16 +124,17 @@ protected:
/**
* @class ACE_Capabilities
*
- * @brief This class implement the ACE Capabilities.
+ * @brief
+ * This class implement the ACE Capabilities.
*
* This is a container class for ACE Capabilities
* values. Currently exist three different capability values:
- * <ACE_IntCapEntry> (integer), <ACE_BoolCapEntry> (bool) and
- * <ACE_StringCapEntry> (String). An ACE_Capabilities is a
- * unordered set of pair = (<String>, <ACE_CapEntry> *). Where
+ * ACE_IntCapEntry (integer), ACE_BoolCapEntry (bool) and
+ * ACE_StringCapEntry (String). An ACE_Capabilities is a
+ * unordered set of pair = (String, ACE_CapEntry *). Where
* the first component is the name of capability and the second
* component is a pointer to the capability value container. A
- * <FILE> is a container for ACE_Capabilities, the
+ * FILE is a container for ACE_Capabilities, the
* ACE_Capabilities has a name in the file, as a termcap file.
*/
class ACE_Export ACE_Capabilities
@@ -188,7 +189,6 @@ private:
/// This is the set of ACE_CapEntry.
CAPABILITIES_MAP caps_;
-
};
#if defined (ACE_IS_SPLITTING)