diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-04-09 09:15:15 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-04-09 09:15:15 +0000 |
commit | af128a3939de2eb9357fb7af01d4368780d9d542 (patch) | |
tree | ce73734961c8345b486f105fd93ae4e84f43256a /ace/Map_Manager.h | |
parent | f0c080fdc364d753e4858872160be9e46c9c72ee (diff) | |
download | ATCD-af128a3939de2eb9357fb7af01d4368780d9d542.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Map_Manager.h')
-rw-r--r-- | ace/Map_Manager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Map_Manager.h b/ace/Map_Manager.h index bbc7ba71010..11e388dd5bb 100644 --- a/ace/Map_Manager.h +++ b/ace/Map_Manager.h @@ -123,7 +123,7 @@ public: int find (const EXT_ID &ext_id, INT_ID &int_id); // Locate <ext_id> and pass out parameter via <int_id>. If found, - // return 0, returns -1 if failure occurs. + // return 0, returns -1 if not found. int find (const EXT_ID &ext_id); // Returns 0 if the <ext_id> is in the mapping, otherwise -1. |