summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-16 06:47:11 +0000
committeralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-16 06:47:11 +0000
commit54ca046facdd9114c3a5912c67143cef02c1e8c7 (patch)
treed944ea8b0c1505fb092bb26b6f2646cd27a73605
parent7211c1e2fcda52e3bce16a29f05cc8f94fbab56c (diff)
downloadATCD-54ca046facdd9114c3a5912c67143cef02c1e8c7.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-99b35
1 files changed, 35 insertions, 0 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index fd87398b073..880effdd645 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,3 +1,38 @@
+Tue Feb 16 00:39:35 1999 Alexander Babu Arulanthu <alex@cs.wustl.edu>
+
+ * ace/
+ Proactor.h
+ Asynch_IO.cpp
+ Asynch_IO.h
+ Makefile
+ Proactor.cpp
+ Proactor.h
+ config-lynxos.h
+ config-sunos5.6.h
+ config-sunos5.7.h
+ POSIX_Asynch_IO.{h,CPP}
+ POSIX_Proactor.{h,cpp}
+ WIN32_Asynch_IO.{h,cpp}
+ Asynch_IO_Impl.{h,cpp,i}
+ Proactor_Impl.h
+
+ Applied Bridge pattern to the POSIX implementation of the Proactor
+ code. ACE_POSIX_AIOCB_Proactor works fine on Solaris
+ 2.6. ACE_POSIX_SIG_Proactor works on LynxOS. Take a look at the tests
+ at the $(ACE_ROOT)/examples/Reactor/Proactor/ and the README.
+
+ * tests/
+ Aio_Platform_Test.cpp
+
+ *examples/Reactor/Proactor/:
+ test_proactor.cpp
+ test_aiocb.cpp
+ test_aiosig.cpp
+ test_aiosig_ace.cpp
+ README
+
+ Test files for testing out the platforms.
+
Mon Feb 15 13:17:15 1999 Douglas C. Schmidt <schmidt@cs.wustl.edu>
* ACE version 4.6.22 released.