diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-07-07 08:27:07 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-07-07 08:27:07 +0000 |
commit | 77f8caed5f5f23c74d55c908da467c2ba53f4327 (patch) | |
tree | 8db313ec4441d28785ffc4a66b6070b99f362dc5 /ace/Malloc_T.h | |
parent | 7d05afaa28181c4e092f5460e499efabcd895ffb (diff) | |
download | ATCD-77f8caed5f5f23c74d55c908da467c2ba53f4327.tar.gz |
ChangeLogTag:Wed Jul 07 01:28:40 1999 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'ace/Malloc_T.h')
-rw-r--r-- | ace/Malloc_T.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Malloc_T.h b/ace/Malloc_T.h index 4c49896d923..b41afe45986 100644 --- a/ace/Malloc_T.h +++ b/ace/Malloc_T.h @@ -163,10 +163,10 @@ public: virtual int find (const char *name, void *&pointer); // Locate <name> and pass out parameter via pointer. If found, - // return 0, Returns -1 if failure occurs. + // return 0, Returns -1 if <name> isn't found. virtual int find (const char *name); - // returns 0 if the name is in the mapping. -1, otherwise. + // Returns 0 if the name is in the mapping and -1 if not. virtual int unbind (const char *name); // Unbind (remove) the name from the map. Don't return the pointer |