summaryrefslogtreecommitdiff
path: root/ace/Map_T.i
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2002-09-24 06:30:24 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2002-09-24 06:30:24 +0000
commite402980de5fff23a88db6252ee783a5224a13a64 (patch)
treee9eb6cbb1246839089ac3e110a09ab1f78513e3c /ace/Map_T.i
parentc79328e9c57221986bf319f13433bd3ab7ba1596 (diff)
downloadATCD-e402980de5fff23a88db6252ee783a5224a13a64.tar.gz
ChangeLogTag: Tue Sep 24 06:29:45 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/Map_T.i')
-rw-r--r--ace/Map_T.i6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/Map_T.i b/ace/Map_T.i
index b5c234a67d9..ff34ee8ae0a 100644
--- a/ace/Map_T.i
+++ b/ace/Map_T.i
@@ -818,7 +818,7 @@ ACE_Active_Map_Manager_Adapter<KEY, VALUE, KEY_ADAPTER>::recover_key (const KEY
template <class KEY, class VALUE, class KEY_ADAPTER> ACE_INLINE int
ACE_Active_Map_Manager_Adapter<KEY, VALUE, KEY_ADAPTER>::find (const KEY &key,
- ACE_Pair<KEY, VALUE> *&internal_value)
+ expanded_value *&internal_value)
{
// Ask the <key_adapter_> to recover the active key.
ACE_Active_Map_Manager_Key active_key;
@@ -929,7 +929,7 @@ ACE_Active_Map_Manager_Adapter<KEY, VALUE, KEY_ADAPTER>::trybind (const KEY &,
template <class KEY, class VALUE, class KEY_ADAPTER> ACE_INLINE int
ACE_Active_Map_Manager_Adapter<KEY, VALUE, KEY_ADAPTER>::unbind (const KEY &key,
- ACE_Pair<KEY, VALUE> *&internal_value)
+ expanded_value *&internal_value)
{
// Ask the <key_adapter_> to recover the active key.
ACE_Active_Map_Manager_Key active_key;
@@ -1002,7 +1002,7 @@ template <class KEY, class VALUE, class KEY_ADAPTER> ACE_INLINE ACE_Iterator_Imp
ACE_Active_Map_Manager_Adapter<KEY, VALUE, KEY_ADAPTER>::end_impl (void)
{
ACE_Iterator_Impl<ACE_Reference_Pair<const KEY, VALUE> > *temp = 0;
- ACE_NEW_RETURN (temp,
+ ACE_NEW_RETURN (temp,
iterator_impl (this->implementation_.end ()),
0);
return temp;