summaryrefslogtreecommitdiff
path: root/ACE/ace/Hash_Map_Manager_T.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/Hash_Map_Manager_T.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/Hash_Map_Manager_T.h')
-rw-r--r--ACE/ace/Hash_Map_Manager_T.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/ACE/ace/Hash_Map_Manager_T.h b/ACE/ace/Hash_Map_Manager_T.h
index ae9d41c2ae4..e36f44e58f2 100644
--- a/ACE/ace/Hash_Map_Manager_T.h
+++ b/ACE/ace/Hash_Map_Manager_T.h
@@ -612,10 +612,10 @@ 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_Hash_Map_Entry<EXT_ID, INT_ID>& operator* (void) const;
- /// Returns a pointer to the interal element <this> is pointing to.
+ /// Returns a pointer to the interal element @c this is pointing to.
ACE_Hash_Map_Entry<EXT_ID, INT_ID>* operator-> (void) const;
/// Returns reference the Hash_Map_Manager_Ex that is being iterated
@@ -679,10 +679,10 @@ 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_Hash_Map_Entry<EXT_ID, INT_ID>& operator* (void) const;
- /// Returns a pointer to the interal element <this> is pointing to.
+ /// Returns a pointer to the interal element @c this is pointing to.
ACE_Hash_Map_Entry<EXT_ID, INT_ID>* operator-> (void) const;
/// Returns reference the Hash_Map_Manager_Ex that is being iterated
@@ -866,10 +866,10 @@ public:
/// Postfix reverse.
ACE_Hash_Map_Bucket_Iterator<EXT_ID, INT_ID, HASH_KEY, COMPARE_KEYS, ACE_LOCK> operator-- (int);
- /// Returns a reference to the interal element <this> is pointing to.
+ /// Returns a reference to the interal element @c this is pointing to.
ACE_Hash_Map_Entry<EXT_ID, INT_ID>& operator* (void) const;
- /// Returns a pointer to the interal element <this> is pointing to.
+ /// Returns a pointer to the interal element @c this is pointing to.
ACE_Hash_Map_Entry<EXT_ID, INT_ID>* operator-> (void) const;
/// Returns reference the Hash_Map_Manager_Ex that is being iterated