summaryrefslogtreecommitdiff
path: root/ACE/ace/POSIX_Asynch_IO.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-01-01 18:41:49 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-01-01 18:41:49 +0000
commitc69a84e2922ec3f130aaf939e84b9c4d5c2aaf42 (patch)
tree087ad6a443829a00d7422d67b740a72c43d164c3 /ACE/ace/POSIX_Asynch_IO.h
parentd25ee0b9c925614f433cb15ca73a73124d7770b0 (diff)
downloadATCD-c69a84e2922ec3f130aaf939e84b9c4d5c2aaf42.tar.gz
Mon Jan 1 06:39:05 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/POSIX_Asynch_IO.h')
-rw-r--r--ACE/ace/POSIX_Asynch_IO.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/ACE/ace/POSIX_Asynch_IO.h b/ACE/ace/POSIX_Asynch_IO.h
index 97f5120d0ae..243fddc990f 100644
--- a/ACE/ace/POSIX_Asynch_IO.h
+++ b/ACE/ace/POSIX_Asynch_IO.h
@@ -71,12 +71,11 @@ public:
* This is the ACT associated with the handle on which the
* Asynch_Operation takes place.
*
- * @@ This is not implemented for POSIX4 platforms.
- *
+ * @note This is not implemented for POSIX4 platforms.
*/
const void *completion_key (void) const;
- /// Error value if the operation fail.
+ /// Error value if the operation fails.
u_long error (void) const;
/// This returns ACE_INVALID_HANDLE on POSIX4 platforms.