summaryrefslogtreecommitdiff
path: root/ace/Hash_Cache_Map_Manager_T.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-05-13 07:22:35 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-05-13 07:22:35 +0000
commit0252e0692e6cf820c4d60b99696eafac44b3002c (patch)
treea1471aefe9029e2acff5d43f20ed361594e1387d /ace/Hash_Cache_Map_Manager_T.h
parent814340af331b6bb1ff16c03e0d846e7597cb5a41 (diff)
downloadATCD-0252e0692e6cf820c4d60b99696eafac44b3002c.tar.gz
ChangeLogTag: Thu May 13 07:21:43 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/Hash_Cache_Map_Manager_T.h')
-rw-r--r--ace/Hash_Cache_Map_Manager_T.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/ace/Hash_Cache_Map_Manager_T.h b/ace/Hash_Cache_Map_Manager_T.h
index c9447b8d988..85ace1cce1c 100644
--- a/ace/Hash_Cache_Map_Manager_T.h
+++ b/ace/Hash_Cache_Map_Manager_T.h
@@ -27,7 +27,6 @@
// Forward declaration.
class ACE_Allocator;
-#if !defined (ACE_HAS_BROKEN_EXTENDED_TEMPLATES)
#define ACE_CACHE_MAP_MANAGER \
ACE_Cache_Map_Manager<KEY, \
VALUE, \
@@ -36,14 +35,6 @@ class ACE_Allocator;
ACE_Hash_Map_Reverse_Iterator_Ex<KEY, ACE_Pair<VALUE, ATTRIBUTES>, HASH_KEY, COMPARE_KEYS, ACE_Null_Mutex>, \
CACHING_STRATEGY, \
ATTRIBUTES>
-#else
-#define ACE_CACHE_MAP_MANAGER \
- ACE_Cache_Map_Manager<KEY, \
- VALUE, \
- ACE_Hash_Map_Manager_Ex<KEY, ACE_Pair<VALUE, ATTRIBUTES>, HASH_KEY, COMPARE_KEYS, ACE_Null_Mutex>, \
- CACHING_STRATEGY, \
- ATTRIBUTES>
-#endif /* ACE_HAS_BROKEN_EXTENDED_TEMPLATES */
// For linkers that cant grok long names.
#define ACE_Hash_Cache_Map_Manager AHCMM