summaryrefslogtreecommitdiff
path: root/ace/Hash_Map_With_Allocator_T.i
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>1999-09-15 19:52:42 +0000
committerbala <balanatarajan@users.noreply.github.com>1999-09-15 19:52:42 +0000
commit012bfd94aec327d0714830a5ee86b68be2b3ffaf (patch)
tree71dced585465e1f5b402e3b31e685e80bf5dcb38 /ace/Hash_Map_With_Allocator_T.i
parent4805844c3c013bf92a7321a1230b53cafabe37aa (diff)
downloadATCD-012bfd94aec327d0714830a5ee86b68be2b3ffaf.tar.gz
ChangeLogTag: Wed Sep 15 14:49:50 1999 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'ace/Hash_Map_With_Allocator_T.i')
-rw-r--r--ace/Hash_Map_With_Allocator_T.i9
1 files changed, 9 insertions, 0 deletions
diff --git a/ace/Hash_Map_With_Allocator_T.i b/ace/Hash_Map_With_Allocator_T.i
index 87938b79694..5b8c42dde3d 100644
--- a/ace/Hash_Map_With_Allocator_T.i
+++ b/ace/Hash_Map_With_Allocator_T.i
@@ -33,6 +33,15 @@ ACE_Hash_Map_With_Allocator<EXT_ID, INT_ID>::unbind (const EXT_ID &ext_id,
}
template <class EXT_ID, class INT_ID> ACE_INLINE int
+ACE_Hash_Map_With_Allocator<EXT_ID, INT_ID>::unbind (const EXT_ID &ext_id,
+ ACE_Allocator *alloc)
+{
+ ACE_TRACE ("ACE_Hash_Map_With_Allocator<EXT_ID>::unbind");
+ this->allocator_ = alloc;
+ return this->unbind_i (ext_id);
+}
+
+template <class EXT_ID, class INT_ID> ACE_INLINE int
ACE_Hash_Map_With_Allocator<EXT_ID, INT_ID>::rebind (const EXT_ID &ext_id,
const INT_ID &int_id,
EXT_ID &old_ext_id,