diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-01-22 16:29:30 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-01-22 16:29:30 +0000 |
commit | 355c6f7d70084dc87eee4f76fa51bf5104743b55 (patch) | |
tree | de93a72812fbb87e2de1601b4b4bc79be4517741 /ace/Map_Manager.h | |
parent | 00b77264215cc33ac6f2e3089480dc96eef89220 (diff) | |
download | ATCD-355c6f7d70084dc87eee4f76fa51bf5104743b55.tar.gz |
ChangeLogTag:Mon Jan 22 10:21:20 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
Diffstat (limited to 'ace/Map_Manager.h')
-rw-r--r-- | ace/Map_Manager.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/Map_Manager.h b/ace/Map_Manager.h index 6b424979b01..cf3382a8e13 100644 --- a/ace/Map_Manager.h +++ b/ace/Map_Manager.h @@ -198,12 +198,12 @@ public: int trybind (const EXT_ID &ext_id, INT_ID &int_id); - /// Locate <ext_id> and pass out parameter via <int_id>. If found, - /// returns and non-negative integer; returns -1 if not found. + /// Locate <ext_id> and pass out parameter via <int_id>. + /// Returns 0 if found, returns -1 if not found. int find (const EXT_ID &ext_id, INT_ID &int_id) const; - /// Returns a non-negative integer if the <ext_id> is in the mapping, otherwise -1. + /// Returns 0 if the <ext_id> is in the mapping, otherwise -1. int find (const EXT_ID &ext_id) const; /** |