summaryrefslogtreecommitdiff
path: root/ace/Hash_Cache_Map_Manager_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Hash_Cache_Map_Manager_T.cpp')
-rw-r--r--ace/Hash_Cache_Map_Manager_T.cpp10
1 files changed, 4 insertions, 6 deletions
diff --git a/ace/Hash_Cache_Map_Manager_T.cpp b/ace/Hash_Cache_Map_Manager_T.cpp
index 5baac0ae1a0..72b84d88715 100644
--- a/ace/Hash_Cache_Map_Manager_T.cpp
+++ b/ace/Hash_Cache_Map_Manager_T.cpp
@@ -1,7 +1,7 @@
// $Id$
-#ifndef ACE_HASH_CACHE_MAP_MANAGER_T_CPP
-#define ACE_HASH_CACHE_MAP_MANAGER_T_CPP
+#ifndef ACE_HASH_CACHE_MAP_MANAGER_T_C
+#define ACE_HASH_CACHE_MAP_MANAGER_T_C
#include "ace/Hash_Cache_Map_Manager_T.h"
@@ -13,7 +13,7 @@
#include "ace/Hash_Cache_Map_Manager_T.inl"
#endif /* __ACE_INLINE__ */
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+ACE_RCSID(ace, Hash_Cache_Map_Manager_T, "$Id$")
ACE_ALLOC_HOOK_DEFINE(ACE_Hash_Cache_Map_Manager)
@@ -224,9 +224,7 @@ ACE_Hash_Cache_Map_Manager<ACE_T2>::unbind (CACHE_ENTRY *entry)
return unbind_result;
}
-ACE_END_VERSIONED_NAMESPACE_DECL
-
#undef ACE_T1
#undef ACE_T2
-#endif /* ACE_HASH_CACHE_MAP_MANAGER_T_CPP */
+#endif /* ACE_HASH_CACHE_MAP_MANAGER_T_C */