diff options
author | Steve Huston <shuston@riverace.com> | 2002-12-03 00:52:22 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2002-12-03 00:52:22 +0000 |
commit | cba3b5751eb37a4b11e63f6953fa1c1e28adeed5 (patch) | |
tree | 5efea1a7d5d024fca06b42b70d5427320990ead9 | |
parent | 1c92a2b842b0d1b61f6c1afd0c35236e4d3c7862 (diff) | |
download | ATCD-cba3b5751eb37a4b11e63f6953fa1c1e28adeed5.tar.gz |
ChangeLogTag:Mon Dec 2 19:41:27 2002 Steve Huston <shuston@riverace.com>
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | ChangeLogs/ChangeLog-03a | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f0f77d89ac1..d789584ddb5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon Dec 2 19:41:27 2002 Steve Huston <shuston@riverace.com> + + * tests/Proactor_Test.cpp: Rather than close connections outright + when beginning to shut down test, just shut down the write side. + This is an effort to make the receiving closes cleaner. + Mon Dec 2 17:58:06 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu> * ace/ACE.cpp: Fixed a compile error with g++. diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a index f0f77d89ac1..d789584ddb5 100644 --- a/ChangeLogs/ChangeLog-03a +++ b/ChangeLogs/ChangeLog-03a @@ -1,3 +1,9 @@ +Mon Dec 2 19:41:27 2002 Steve Huston <shuston@riverace.com> + + * tests/Proactor_Test.cpp: Rather than close connections outright + when beginning to shut down test, just shut down the write side. + This is an effort to make the receiving closes cleaner. + Mon Dec 2 17:58:06 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu> * ace/ACE.cpp: Fixed a compile error with g++. |