summaryrefslogtreecommitdiff
path: root/ace/Hash_Cache_Map_Manager_T.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Hash_Cache_Map_Manager_T.inl')
-rw-r--r--ace/Hash_Cache_Map_Manager_T.inl7
1 files changed, 1 insertions, 6 deletions
diff --git a/ace/Hash_Cache_Map_Manager_T.inl b/ace/Hash_Cache_Map_Manager_T.inl
index 0388abd6c6e..84d40bffbb6 100644
--- a/ace/Hash_Cache_Map_Manager_T.inl
+++ b/ace/Hash_Cache_Map_Manager_T.inl
@@ -1,12 +1,9 @@
-// -*- C++ -*-
-//
+/* -*- C++ -*- */
// $Id$
#define ACE_T1 class KEY, class VALUE, class HASH_KEY, class COMPARE_KEYS, class CACHING_STRATEGY, class ATTRIBUTES
#define ACE_T2 KEY, VALUE, HASH_KEY, COMPARE_KEYS, CACHING_STRATEGY, ATTRIBUTES
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
template <ACE_T1> ACE_INLINE int
ACE_Hash_Cache_Map_Manager<ACE_T2>::bind (const KEY &key,
const VALUE &value)
@@ -67,7 +64,5 @@ ACE_Hash_Cache_Map_Manager<ACE_T2>::unbind (const KEY &key,
value);
}
-ACE_END_VERSIONED_NAMESPACE_DECL
-
#undef ACE_T1
#undef ACE_T2