summaryrefslogtreecommitdiff
path: root/ChangeLog-98b
diff options
context:
space:
mode:
authoralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-11 19:45:51 +0000
committeralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-11 19:45:51 +0000
commit7a3d9b906131f06e4939860490146505722ee918 (patch)
treed3bdb1f2466587af551a0caecbbeea9ce033f338 /ChangeLog-98b
parent9d287bdaf9b808b0e6ec07498c249b1fa98d9ae6 (diff)
downloadATCD-7a3d9b906131f06e4939860490146505722ee918.tar.gz
*** empty log message ***
Diffstat (limited to 'ChangeLog-98b')
-rw-r--r--ChangeLog-98b23
1 files changed, 21 insertions, 2 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index ffeeef839c6..d71b13aebfa 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,12 +1,31 @@
+Thu Jun 11 1998 Alexander Babu Arulanthu <alex@merengue.cs.wustl.edu>
+
+ * ace/OS.h: Added typedef's, #define's and #include's under the
+ definition ACE_HAS_AIO_CALLS for the proactor porting.
+
+ * ace/config-sunos5.6.h: Defined ACE_HAS_AIO_CALLS for
+ solaris2.6.
+
+ * ace/Asynch_IO.h:
+ * ace/Asynch_IO.cpp: Added aio call support for Asynch_Read_File. See
+ the code under #if defined (ACE_HAS_AIO_CALLS)
+
+ * ace/Proactor.h:
+ * ace/Proactor.cpp: Added support for AIO calls in Proactor. See
+ the code under #if defined (ACE_HAS_AIO_CALLS)
+
+ * examples/Reactor/Proactor/test_proactor_with_aio.cpp: The test
+ program for Proactor doing aio stuff.
+
Thu Jun 11 13:34:26 1998 Darrell Brunsch <brunsch@cs.wustl.edu>
* ace/OS.cpp: Made change to uname to use a different structure
- if certain Borland compilers are being used. Thanks to
+ if certain Borland compilers are being used. Thanks to
Valik Solorzano <valik@geodan.nl> for this fix.
Thu Jun 11 11:15:26 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
- * ace/XtReactor.cpp:
+ * ace/XtReactor.cpp:
The notify_handler_ open method requires an extra argument.
Wed Jun 10 14:31:55 1998 David L. Levine <levine@cs.wustl.edu>