summaryrefslogtreecommitdiff
path: root/ACE/ace/Cached_Connect_Strategy_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Cached_Connect_Strategy_T.cpp')
-rw-r--r--ACE/ace/Cached_Connect_Strategy_T.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Cached_Connect_Strategy_T.cpp b/ACE/ace/Cached_Connect_Strategy_T.cpp
index 706142c640d..f9c1cb6a3a2 100644
--- a/ACE/ace/Cached_Connect_Strategy_T.cpp
+++ b/ACE/ace/Cached_Connect_Strategy_T.cpp
@@ -529,7 +529,7 @@ ACE_Cached_Connect_Strategy_Ex<ACE_T2>::cleanup (void)
ACE_GUARD (MUTEX, ace_mon, *this->lock_);
// Close down all cached service handlers.
- ACE_TYPENAME CONNECTION_CACHE::ITERATOR iter =
+ typename CONNECTION_CACHE::ITERATOR iter =
this->connection_cache_.begin ();
while (iter != this->connection_cache_.end ())
{
@@ -544,7 +544,7 @@ ACE_Cached_Connect_Strategy_Ex<ACE_T2>::cleanup (void)
(*iter).second ()->close ();
// remember next iter
- ACE_TYPENAME CONNECTION_CACHE::ITERATOR next_iter = iter;
+ typename CONNECTION_CACHE::ITERATOR next_iter = iter;
++next_iter;
// purge the item from the hash