diff options
author | harrison <harrison@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-12-29 06:00:29 +0000 |
---|---|---|
committer | harrison <harrison@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-12-29 06:00:29 +0000 |
commit | d4ec3d9de204f069a6375e759589727398a0b925 (patch) | |
tree | 46233d6648ec2cad9abae3419d38c2af434cc9dd /ChangeLog-96b | |
parent | f990091cca2853c502df2e7381c5322063e5a419 (diff) | |
download | ATCD-d4ec3d9de204f069a6375e759589727398a0b925.tar.gz |
changed it
Diffstat (limited to 'ChangeLog-96b')
-rw-r--r-- | ChangeLog-96b | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog-96b b/ChangeLog-96b index 1616f57e613..dd14982f0fd 100644 --- a/ChangeLog-96b +++ b/ChangeLog-96b @@ -1,3 +1,19 @@ +Sat Dec 28 23:49:09 1996 Tim H. Harrison <harrison@lambada.cs.wustl.edu> + + * ace/ReactorEx.h: Fixed some bugs with ACE_ReactorEx::dispatch. + For instance, the index should only be incremented when handlers + are dispatched. + + * ace/OS.i: Fixed some typos regarding the ACE_cond_t for NT. + + * examples/Reactor/Proactor/test_proactor.cpp: Dr. Schmidt and I + hacked this to be way cool. The Peer Handler now uses calls + close_writer on the stream to notify the remote peer when its + done writing. The Input File Handler sends an mb==0 to tell the + Peer Handler when it's done reading from the file. The Peer + Handle uses a state variable to OR in all the different + conditions for exiting. It works. + Fri Dec 27 23:39:19 1996 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu> * ace/Stream.cpp (pop): Modified the code so that we don't delete |