diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-10-03 19:38:24 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-10-03 19:38:24 +0000 |
commit | 7a96a0d98d9bc982ef3964a8bfd69913a3ca4373 (patch) | |
tree | 71bb43af2b5138b239bf793029785076922d9ac2 /ACE/ace/OS_NS_sys_socket.h | |
parent | 120546b69ce995607de011978e2b0ba51b073cda (diff) | |
download | ATCD-7a96a0d98d9bc982ef3964a8bfd69913a3ca4373.tar.gz |
Wed Oct 3 19:31:15 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/OS_NS_sys_socket.h')
-rw-r--r-- | ACE/ace/OS_NS_sys_socket.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ACE/ace/OS_NS_sys_socket.h b/ACE/ace/OS_NS_sys_socket.h index 6f67ad99a9d..036ba2e8e29 100644 --- a/ACE/ace/OS_NS_sys_socket.h +++ b/ACE/ace/OS_NS_sys_socket.h @@ -82,9 +82,9 @@ namespace ACE_OS #if !(defined (ACE_HAS_WINCE) && (UNDER_CE < 500)) /** - * QoS-enabled <accept>, which passes <qos_params> to <accept>. If + * QoS-enabled <accept>, which passes @a qos_params to <accept>. If * the OS platform doesn't support QoS-enabled <accept> then the - * <qos_params> are ignored and the BSD-style <accept> is called. + * @a qos_params are ignored and the BSD-style <accept> is called. */ extern ACE_Export ACE_HANDLE accept (ACE_HANDLE handle, @@ -110,9 +110,9 @@ namespace ACE_OS #if !(defined (ACE_HAS_WINCE) && (UNDER_CE < 500)) /** - * QoS-enabled <connect>, which passes <qos_params> to <connect>. + * QoS-enabled <connect>, which passes @a qos_params to <connect>. * If the OS platform doesn't support QoS-enabled <connect> then the - * <qos_params> are ignored and the BSD-style <connect> is called. + * @a qos_params are ignored and the BSD-style <connect> is called. */ extern ACE_Export int connect (ACE_HANDLE handle, |