summaryrefslogtreecommitdiff
path: root/ace/Hash_Map_Manager_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Hash_Map_Manager_T.cpp')
-rw-r--r--ace/Hash_Map_Manager_T.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/ace/Hash_Map_Manager_T.cpp b/ace/Hash_Map_Manager_T.cpp
index 448bcb1293e..4d442a61234 100644
--- a/ace/Hash_Map_Manager_T.cpp
+++ b/ace/Hash_Map_Manager_T.cpp
@@ -38,7 +38,7 @@
#include "ace/Malloc_Base.h"
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+ACE_RCSID(ace, Hash_Map_Manager_T, "$Id$")
template <class EXT_ID, class INT_ID>
ACE_Hash_Map_Entry<EXT_ID, INT_ID>::ACE_Hash_Map_Entry (ACE_Hash_Map_Entry<EXT_ID, INT_ID> *next,
@@ -518,6 +518,4 @@ ACE_Hash_Map_Const_Iterator_Base_Ex<EXT_ID, INT_ID, HASH_KEY, COMPARE_KEYS, ACE_
return this->index_ >= 0;
}
-ACE_END_VERSIONED_NAMESPACE_DECL
-
#endif /* ACE_HASH_MAP_MANAGER_T_CPP */