summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-01 21:57:04 +0000
committeralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-01 21:57:04 +0000
commit25f771800385b79c2381a4c32b1f58a832ee43e0 (patch)
treec5c5f0709329c1ac3d036ae3fbbdea83f9d256c0
parent241c2c7114d04aa01641f31a8274bed4811c1e53 (diff)
downloadATCD-25f771800385b79c2381a4c32b1f58a832ee43e0.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-99b30
1 files changed, 30 insertions, 0 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index 6ece29d3af7..3e5dadadb05 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,3 +1,33 @@
+Tue Jun 1 16:48:58 1999 Alexander Babu Arulanthu <alex@cs.wustl.edu>
+
+ Ported <ACE_Asynch_Operation::cancel> to POSIX platforms based
+ on <aio_cancel> API. Made the return values consistent in both
+ WIN32 and POSIX platforms as follows.
+
+ All completion notifications for the I/O operations will occur
+ normally.
+
+ = Return Values:
+
+ -1 : Operation failed. (can get only in POSIX).
+ 0 : All the operations were cancelled.
+ 1 : All the operations were already finished in this
+ handle. Unable to cancel them.
+ 2 : Atleast one of the requested operations cannot be
+ cancelled.
+
+ * ace/Asynch_IO.cpp
+ * ace/Asynch_IO.h
+ * ace/POSIX_Asynch_IO.cpp
+ * ace/POSIX_Asynch_IO.h
+ * ace/POSIX_Proactor.h
+ * ace/WIN32_Asynch_IO.cpp:
+ * ace/POSIX_Proactor.cpp:
+
+ * ace/config-linux-lxpthreads.h: Enabled the ACE_HAS_AIO_CALLS
+ flag for this platform.
+
+
Tue Jun 1 15:02:34 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
* ace/Connector.h: