diff options
author | click <none@none> | 2010-08-16 11:23:20 +0200 |
---|---|---|
committer | click <none@none> | 2010-08-16 11:23:20 +0200 |
commit | 29c2520506e12bbae669fbd190901443eca2f2a5 (patch) | |
tree | 9073ecd189c4d7ce3123469f655f3ffc61ba163f /externals/ace/Capabilities.h | |
parent | b4bef54b7a6be1b25d670c3f630b1c4370da7757 (diff) |
Core/external : Reinstate ACE 5.8.1 (tested and building)
--HG--
branch : trunk
Diffstat (limited to 'externals/ace/Capabilities.h')
-rw-r--r-- | externals/ace/Capabilities.h | 14 |
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) |