summaryrefslogtreecommitdiff
path: root/ACE/ace/Hash_Map_Manager_T.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-03-28 09:18:15 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-03-28 09:18:15 +0000
commitef857e0c91d98fc77c79a6816d6ce76280fc56bf (patch)
treed0539c377c8463f5c0569a842320f49a3d983989 /ACE/ace/Hash_Map_Manager_T.cpp
parent2ab629b3f852932ef30bac4281b005577ec915fa (diff)
downloadATCD-ef857e0c91d98fc77c79a6816d6ce76280fc56bf.tar.gz
Fri Mar 28 09:17:57 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/Hash_Map_Manager_T.cpp')
-rw-r--r--ACE/ace/Hash_Map_Manager_T.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Hash_Map_Manager_T.cpp b/ACE/ace/Hash_Map_Manager_T.cpp
index 3119c109cd2..ad739593ed1 100644
--- a/ACE/ace/Hash_Map_Manager_T.cpp
+++ b/ACE/ace/Hash_Map_Manager_T.cpp
@@ -476,7 +476,7 @@ ACE_Hash_Map_Const_Iterator_Base_Ex<EXT_ID, INT_ID, HASH_KEY, COMPARE_KEYS, ACE_
// Handle initial case specially.
else if (this->index_ == -1)
{
- this->index_++;
+ ++this->index_;
return this->forward_i ();
}
else if (this->index_ >= (ssize_t) this->map_man_->total_size_)