diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-10-17 20:26:47 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-10-17 20:26:47 +0000 |
commit | 56d9743a0b90341e8c08f4e570a2765cd988a1cd (patch) | |
tree | e918a4b67c24eaeaa4f047e246af90ea19a98a5b | |
parent | d573cbc15891a94842d6c4954add44f0e8111c32 (diff) | |
download | ATCD-56d9743a0b90341e8c08f4e570a2765cd988a1cd.tar.gz |
*** empty log message ***
-rw-r--r-- | ChangeLog-98b | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b index 05ba7aaae26..73c57176197 100644 --- a/ChangeLog-98b +++ b/ChangeLog-98b @@ -1,11 +1,17 @@ Sat Oct 17 13:41:57 1998 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu> + * ace/Acceptor.h: Moved the + ACE_Oneshot_Acceptor::register_handler() method into the private + part of the class so that users won't be tempted to call it! + Thanks to Larry <larry@paradigmsim.com> for reporting this. + * examples/Connection/non_blocking/CPP-acceptor: Fixed a bug that occurred when timers were used in conjunction with the ACE_Oneshot_Acceptor and handle_close(). * ace/Acceptor: Cleaned up the ACE_Oneshot_Acceptor comments. - Boy, this was confusing ;-). + Boy, this was confusing ;-). Thanks to Larry + <larry@paradigmsim.com> for reporting this. Sat Oct 17 12:54:17 1998 Douglas C. Schmidt <schmidt@cs.wustl.edu> |