summaryrefslogtreecommitdiff
path: root/ACE/ace/Functor_String.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-09-13 15:58:17 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-09-13 15:58:17 +0000
commitf8d56fcd977c399f73cf140fd6a3ce494174b04e (patch)
tree73a6a646efe524ce48b8dfc0fb28bc4b6ddd49d3 /ACE/ace/Functor_String.h
parent945d0f388f45762d519478f5344a4dc099afff8d (diff)
downloadATCD-f8d56fcd977c399f73cf140fd6a3ce494174b04e.tar.gz
Sun Sep 13 15:57:39 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/Functor.h: * ace/Functor_String.h: * ace/Process.h: Doxygen changes
Diffstat (limited to 'ACE/ace/Functor_String.h')
-rw-r--r--ACE/ace/Functor_String.h18
1 files changed, 3 insertions, 15 deletions
diff --git a/ACE/ace/Functor_String.h b/ACE/ace/Functor_String.h
index 1e742251a98..1b9d8f90d6d 100644
--- a/ACE/ace/Functor_String.h
+++ b/ACE/ace/Functor_String.h
@@ -40,8 +40,6 @@ template <class TYPE> class ACE_Equal_To;
template <class TYPE> class ACE_Less_Than;
/**
- * @class ACE_Equal_To<ACE_CString>
- *
* @brief Function object for determining whether two ACE_CStrings are
* equal.
*/
@@ -55,8 +53,6 @@ public:
/**
- * @class ACE_Hash<ACE_CString>
- *
* @brief Function object for hashing a ACE_CString
*/
template<>
@@ -69,8 +65,6 @@ public:
/**
- * @class ACE_Less_Than<ACE_CString>
- *
* @brief Function object for determining whether the first const string
* is less than the second const string.
*/
@@ -87,9 +81,7 @@ public:
#if defined (ACE_USES_WCHAR)
/**
- * @class ACE_Equal_To<ACE_WString>
- *
- * @brief Function object for determining whether two ACE_CStrings are
+ * @brief Function object for determining whether two ACE_WStrings are
* equal.
*/
template<>
@@ -102,8 +94,6 @@ public:
/**
- * @class ACE_Hash<ACE_WString>
- *
* @brief Function object for hashing a ACE_WString
*/
template<>
@@ -115,10 +105,8 @@ public:
};
/**
- * @class ACE_Less_Than<ACE_WString>
- *
- * @brief Function object for determining whether the first const string
- * is less than the second const string.
+ * @brief Function object for determining whether the first const wstring
+ * is less than the second const wstring.
*/
template<>
class ACE_Export ACE_Less_Than<ACE_WString>