diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2002-09-24 06:30:24 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2002-09-24 06:30:24 +0000 |
commit | e402980de5fff23a88db6252ee783a5224a13a64 (patch) | |
tree | e9eb6cbb1246839089ac3e110a09ab1f78513e3c /ace/INET_Addr.h | |
parent | c79328e9c57221986bf319f13433bd3ab7ba1596 (diff) | |
download | ATCD-e402980de5fff23a88db6252ee783a5224a13a64.tar.gz |
ChangeLogTag: Tue Sep 24 06:29:45 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/INET_Addr.h')
-rw-r--r-- | ace/INET_Addr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/INET_Addr.h b/ace/INET_Addr.h index 262402a07a3..841120c9c4b 100644 --- a/ace/INET_Addr.h +++ b/ace/INET_Addr.h @@ -247,7 +247,7 @@ public: * storing it in the <hostname> (which is assumed to be * <hostnamelen> bytes long). This version is reentrant. If * <hostnamelen> is greater than 0 then <hostname> will be - * NUL-terminated even if -1 is returned. + * NUL-terminated even if -1 is returned. */ int get_host_name (char hostname[], size_t hostnamelen) const; @@ -297,7 +297,7 @@ public: ACE_ALLOC_HOOK_DECLARE; private: - /// Insure that @arg hostname is properly null-terminated. + /// Insure that @a hostname is properly null-terminated. int get_host_name_i (char hostname[], size_t hostnamelen) const; // Methods to gain access to the actual address of |