summaryrefslogtreecommitdiff
path: root/ACE/ace/Cache_Map_Manager_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Cache_Map_Manager_T.h')
-rw-r--r--ACE/ace/Cache_Map_Manager_T.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Cache_Map_Manager_T.h b/ACE/ace/Cache_Map_Manager_T.h
index c75e602fb25..0c533f7a0ae 100644
--- a/ACE/ace/Cache_Map_Manager_T.h
+++ b/ACE/ace/Cache_Map_Manager_T.h
@@ -278,7 +278,7 @@ public:
bool operator== (const ACE_Cache_Map_Iterator<KEY, VALUE, IMPLEMENTATION, CACHING_STRATEGY, ATTRIBUTES> &rhs) const;
bool operator!= (const ACE_Cache_Map_Iterator<KEY, VALUE, IMPLEMENTATION, CACHING_STRATEGY, ATTRIBUTES> &rhs) const;
- /// Returns a reference to the internal element <this> is pointing
+ /// Returns a reference to the internal element @c this is pointing
/// to.
ACE_Reference_Pair<KEY, VALUE> operator* (void) const;
@@ -352,7 +352,7 @@ public:
bool operator== (const ACE_Cache_Map_Reverse_Iterator<KEY, VALUE, REVERSE_IMPLEMENTATION, CACHING_STRATEGY, ATTRIBUTES> &rhs) const;
bool operator!= (const ACE_Cache_Map_Reverse_Iterator<KEY, VALUE, REVERSE_IMPLEMENTATION, CACHING_STRATEGY, ATTRIBUTES> &rhs) const;
- /// Returns a reference to the internal element <this> is pointing
+ /// Returns a reference to the internal element @c this is pointing
/// to.
ACE_Reference_Pair<KEY, VALUE> operator* (void) const;