diff options
author | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-11-22 11:24:40 +0000 |
---|---|---|
committer | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-11-22 11:24:40 +0000 |
commit | 9d1a2c198c28e1094518340b629c14d1cd778c16 (patch) | |
tree | 441e2cc266638645af16d447278f67cac05a530c | |
parent | 656c89c82c7744a147997b8fe826d6d175448a64 (diff) | |
download | ATCD-9d1a2c198c28e1094518340b629c14d1cd778c16.tar.gz |
*** empty log message ***
-rw-r--r-- | ChangeLog-97b | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog-97b b/ChangeLog-97b index 685f90e9630..3d3c33bc6c5 100644 --- a/ChangeLog-97b +++ b/ChangeLog-97b @@ -1,6 +1,9 @@ -Sat Nov 22 05:16:36 1997 Nanbor Wang <nw1@merengue.cs.wustl.edu> +Sat Nov 22 05:23:03 1997 Nanbor Wang <nw1@merengue.cs.wustl.edu> - * tests/Process_Strategy_Test.cpp (handle_close): Added return + * ace/Strategies_T.cpp (activate_svc_handler): Added an + ACE_UNUSED_ARG macro to muffle g++. + + * tests/Process_Strategy_Test.cpp (handle_close): Added a return type specifier. Without it, g++ laments. * ace/Acceptor.cpp (activate_svc_handler): Should be if (open (...) == |