summaryrefslogtreecommitdiff
path: root/ace/Hash_Map_Manager.cpp
diff options
context:
space:
mode:
authorgonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-11 08:54:09 +0000
committergonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-11 08:54:09 +0000
commit373d494674f4441d2e36bb5b6377b091f5483d93 (patch)
tree0ae2548391a8952ec1ccaf8c6c3d1fe5e2fb7e4a /ace/Hash_Map_Manager.cpp
parentf27c87da7695ba9f6e3c961f1e57a928c5e5a98b (diff)
downloadATCD-373d494674f4441d2e36bb5b6377b091f5483d93.tar.gz
Added RCS Id strings to cpp files via a macro that can be turned off
Diffstat (limited to 'ace/Hash_Map_Manager.cpp')
-rw-r--r--ace/Hash_Map_Manager.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/Hash_Map_Manager.cpp b/ace/Hash_Map_Manager.cpp
index af4ec679b84..a6f5157a7d3 100644
--- a/ace/Hash_Map_Manager.cpp
+++ b/ace/Hash_Map_Manager.cpp
@@ -20,6 +20,8 @@
#include "ace/Service_Config.h"
#include "ace/Malloc.h"
+ACE_RCSID(ace, Hash_Map_Manager, "$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,
ACE_Hash_Map_Entry<EXT_ID, INT_ID> *prev)