From 4859c160bb68904929a519aa53c6509bd6796b96 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Wed, 14 Feb 2007 08:55:20 +0000 Subject: Wed Feb 14 08:53:58 UTC 2007 Johnny Willemsen --- ACE/ace/IO_SAP.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ACE/ace/IO_SAP.h') diff --git a/ACE/ace/IO_SAP.h b/ACE/ace/IO_SAP.h index d6f4f1bf044..5e2e00b6e5e 100644 --- a/ACE/ace/IO_SAP.h +++ b/ACE/ace/IO_SAP.h @@ -51,14 +51,14 @@ public: /** * Enable asynchronous I/O (ACE_SIGIO), urgent data (ACE_SIGURG), * non-blocking I/O (ACE_NONBLOCK), or close-on-exec (ACE_CLOEXEC), - * which is passed as the . + * which is passed as the @a value. */ int enable (int value) const; /** * Disable asynchronous I/O (ACE_SIGIO), urgent data (ACE_SIGURG), * non-blocking I/O (ACE_NONBLOCK), or close-on-exec (ACE_CLOEXEC), - * which is passed as the . + * which is passed as the @a value. */ int disable (int value) const; -- cgit v1.2.1