summaryrefslogtreecommitdiff
path: root/ace/Asynch_IO.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-06-11 20:23:31 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-06-11 20:23:31 +0000
commitc5dddcb0c36883df066e388c219fe37689a880b0 (patch)
tree23f8348fb6c72eda1cd09812e213d380d49ee8ea /ace/Asynch_IO.h
parent21f71fe66cc884b846a8e7dabeb280bcd9787f88 (diff)
downloadATCD-c5dddcb0c36883df066e388c219fe37689a880b0.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Asynch_IO.h')
-rw-r--r--ace/Asynch_IO.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/ace/Asynch_IO.h b/ace/Asynch_IO.h
index ba9f8370e04..ba8c151dca8 100644
--- a/ace/Asynch_IO.h
+++ b/ace/Asynch_IO.h
@@ -10,15 +10,17 @@
// Asynch_IO.h
//
// = DESCRIPTION
-// This only works on Win32 platforms.
+// This only works on Win32 platforms or on POSIX platforms with
+// aio_ routines.
//
// The implementation of <ACE_Asynch_Transmit_File> and
// <ACE_Asynch_Accept> are only supported if ACE_HAS_WINSOCK2 is
// defined or you are on WinNT 4.0 or higher
//
// = AUTHOR
-// Irfan Pyarali (irfan@cs.wustl.edu)
-// Tim Harrison (harrison@cs.wustl.edu)
+// Irfan Pyarali (irfan@cs.wustl.edu),
+// Tim Harrison (harrison@cs.wustl.edu), and
+// Alexander Babu Arulanthu <alex@cs.wustl.edu>
//
// ============================================================================