aboutsummaryrefslogtreecommitdiff
path: root/externals/ace/Capabilities.h
diff options
context:
space:
mode:
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 f4c8b5cc6fb..e893d987c08 100644
--- a/externals/ace/Capabilities.h
+++ b/externals/ace/Capabilities.h
@@ -4,7 +4,7 @@
/**
* @file Capabilities.h
*
- * $Id: Capabilities.h 91077 2010-07-13 14:33:08Z johnnyw $
+ * $Id: Capabilities.h 80826 2008-03-04 14:51:23Z wotte $
*
* @author Arturo Montes <mitosys@colomsat.net.co>
*/
@@ -124,17 +124,16 @@ 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
@@ -189,6 +188,7 @@ private:
/// This is the set of ACE_CapEntry.
CAPABILITIES_MAP caps_;
+
};
#if defined (ACE_IS_SPLITTING)