summaryrefslogtreecommitdiff
path: root/ACE/ace/Map_Manager.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-05-23 13:33:56 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-05-23 13:33:56 +0000
commit0449015e59162f4159f2e8802156968442417e15 (patch)
tree24cbebdcec340cb1e2524f9f8ff9c6e61646c4d8 /ACE/ace/Map_Manager.h
parentea5abcfb2bd8115f96a7156616d499cdbf48e126 (diff)
downloadATCD-0449015e59162f4159f2e8802156968442417e15.tar.gz
Wed May 23 15:32:55 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/Map_Manager.h')
-rw-r--r--ACE/ace/Map_Manager.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/ace/Map_Manager.h b/ACE/ace/Map_Manager.h
index 0e34d6b30c7..e045f6ccf54 100644
--- a/ACE/ace/Map_Manager.h
+++ b/ACE/ace/Map_Manager.h
@@ -411,7 +411,7 @@ protected:
/// Synchronization variable for the MT_SAFE ACE_Map_Manager.
mutable ACE_LOCK lock_;
- /// Implement the Map as a resizeable array of <ACE_Map_Entry>.
+ /// Implement the Map as a resizeable array of ACE_Map_Entry.
ACE_Map_Entry<EXT_ID, INT_ID> *search_structure_;
/// Total number of elements in this->search_structure_.
@@ -467,7 +467,7 @@ public:
/// Returns 1 when all items have been seen, else 0.
int done (void) const;
- /// Returns a reference to the interal element <this> is pointing to.
+ /// Returns a reference to the interal element @c this is pointing to.
ACE_Map_Entry<EXT_ID, INT_ID>& operator* (void) const;
/// Returns reference the Map_Manager that is being iterated
@@ -526,7 +526,7 @@ public:
/// Returns 1 when all items have been seen, else 0.
int done (void) const;
- /// Returns a reference to the interal element <this> is pointing to.
+ /// Returns a reference to the interal element @c this is pointing to.
ACE_Map_Entry<EXT_ID, INT_ID>& operator* (void) const;
/// Returns reference the Map_Manager that is being iterated