diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-01-25 02:26:33 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-01-25 02:26:33 +0000 |
commit | 4769076039b302e382d8366f94c83ab981d3a105 (patch) | |
tree | 0c951ae4ac13339bdc027694805a884ccd774bc3 /ace/Map_Manager.h | |
parent | f85b6965e435dd1366e2863622dd715a7796d8a7 (diff) | |
download | ATCD-4769076039b302e382d8366f94c83ab981d3a105.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Map_Manager.h')
-rw-r--r-- | ace/Map_Manager.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ace/Map_Manager.h b/ace/Map_Manager.h index 6d3d8afe7dd..93b9adc5b08 100644 --- a/ace/Map_Manager.h +++ b/ace/Map_Manager.h @@ -261,8 +261,8 @@ protected: // Performs a find of <int_id> using <ext_id> as the key. Must be // called with locks held. - int find_i (const EXT_ID &ext_id, - size_t &index); + int find_and_return_index (const EXT_ID &ext_id, + size_t &index); // Performs a find using <ext_id> as the key. Must be called with // locks held. @@ -275,8 +275,8 @@ protected: // Performs an unbind using <ext_id> as the key. Must be called // with locks held. - int unbind_i (const EXT_ID &ext_id, - size_t &index); + int unbind_and_return_index (const EXT_ID &ext_id, + size_t &index); // Performs an unbind using <ext_id> as the key. Must be called // with locks held. |