summaryrefslogtreecommitdiff
path: root/ace/Hash_Map_With_Allocator_T.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Hash_Map_With_Allocator_T.inl')
-rw-r--r--ace/Hash_Map_With_Allocator_T.inl8
1 files changed, 3 insertions, 5 deletions
diff --git a/ace/Hash_Map_With_Allocator_T.inl b/ace/Hash_Map_With_Allocator_T.inl
index 67f2f8247f8..5b8c42dde3d 100644
--- a/ace/Hash_Map_With_Allocator_T.inl
+++ b/ace/Hash_Map_With_Allocator_T.inl
@@ -1,8 +1,8 @@
-// -*- C++ -*-
-//
+/* -*- C++ -*- */
// $Id$
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+// Hash_Map_With_Allocator_T.i
+
template <class EXT_ID, class INT_ID> ACE_INLINE int
ACE_Hash_Map_With_Allocator<EXT_ID, INT_ID>::close (ACE_Allocator *alloc)
@@ -71,5 +71,3 @@ ACE_Hash_Map_With_Allocator<EXT_ID, INT_ID>::find (const EXT_ID &ext_id,
this->allocator_ = alloc;
return this->find_i (ext_id);
}
-
-ACE_END_VERSIONED_NAMESPACE_DECL