summaryrefslogtreecommitdiff
path: root/ACE/tests/Cached_Accept_Conn_Test.h
diff options
context:
space:
mode:
authormsmit <msmit@remedy.nl>2010-09-30 05:41:49 +0000
committermsmit <msmit@remedy.nl>2010-09-30 05:41:49 +0000
commit6cfcb7fc64b7b9c0ef1b8ea20bd6b8980d60e9e6 (patch)
treefc750d28062f2d554ae5875b9c190f1620db28b0 /ACE/tests/Cached_Accept_Conn_Test.h
parent07d530a56a2770caaaf947b6d121a3bd71c1d0bd (diff)
downloadATCD-6cfcb7fc64b7b9c0ef1b8ea20bd6b8980d60e9e6.tar.gz
Thu Sep 30 05:45:10 UTC 2010 Marcel Smit <msmit@remedy.nl>
* NEWS: * ace/Cache_Map_Manager_T.h: * ace/Cache_Map_Manager_T.inl: * ace/Cache_Map_Manager_T.cpp: * ace/Cached_Connect_Strategy_T.h: * ace/Cached_Connect_Strategy_T.cpp: * ace/Caching_Strategies_T.h: * ace/Caching_Utility_T.cpp: * ace/Cleanup_Strategies_T.cpp: * ace/Hash_Cache_Map_Manager_T.h: * ace/Hash_Cache_Map_Manager_T.cpp: * ace/Map_T.h: * ace/Map_T.inl: * ace/Map_T.cpp: * ace/Pair_T.h: * ace/Pair_T.inl: * examples/Web_Crawler/URL_Visitor.h: * tests/Cache_Map_Manager_Test.cpp: * tests/Cached_Accept_Conn_Test.h: * tests/Cached_Conn_Test.cpp: * tests/Map_Manager_Test.cpp: Removed ACE_Pair from the ACE library.
Diffstat (limited to 'ACE/tests/Cached_Accept_Conn_Test.h')
-rw-r--r--ACE/tests/Cached_Accept_Conn_Test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/Cached_Accept_Conn_Test.h b/ACE/tests/Cached_Accept_Conn_Test.h
index 083440ca6c7..5fabeb155d5 100644
--- a/ACE/tests/Cached_Accept_Conn_Test.h
+++ b/ACE/tests/Cached_Accept_Conn_Test.h
@@ -49,7 +49,7 @@ public:
};
typedef size_t ATTRIBUTES;
-typedef ACE_Pair<Client_Svc_Handler *, ATTRIBUTES>
+typedef std::pair<Client_Svc_Handler *, ATTRIBUTES>
CACHED_HANDLER;
typedef ACE_Refcounted_Hash_Recyclable<ACE_INET_Addr>
ACE_ADDR;