summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_NS_sys_socket.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-10-03 19:38:24 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-10-03 19:38:24 +0000
commit7a96a0d98d9bc982ef3964a8bfd69913a3ca4373 (patch)
tree71bb43af2b5138b239bf793029785076922d9ac2 /ACE/ace/OS_NS_sys_socket.h
parent120546b69ce995607de011978e2b0ba51b073cda (diff)
downloadATCD-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.h8
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,