diff options
author | Phil Mesnier <mesnier_p@ociweb.com> | 2007-08-17 13:37:54 +0000 |
---|---|---|
committer | Phil Mesnier <mesnier_p@ociweb.com> | 2007-08-17 13:37:54 +0000 |
commit | a712f9f7f1cb985243cbe3a910a97acf27dca491 (patch) | |
tree | c8ffdece6f29712246378dd185b110e13dac0c7f /ACE/ChangeLog | |
parent | 0d3164e28dc6b0c73109bb4617f09b2560c86d12 (diff) | |
download | ATCD-a712f9f7f1cb985243cbe3a910a97acf27dca491.tar.gz |
Fri Aug 17 13:36:11 UTC 2007 Phil Mesnier <mesnier_p@ociweb.com>
Diffstat (limited to 'ACE/ChangeLog')
-rw-r--r-- | ACE/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog index 2f1ef1e74b6..5c39281e444 100644 --- a/ACE/ChangeLog +++ b/ACE/ChangeLog @@ -1,3 +1,26 @@ +Fri Aug 17 13:36:11 UTC 2007 Phil Mesnier <mesnier_p@ociweb.com> + + * protocols/ace/HTBP/HTBP_Channel.cpp: + * protocols/ace/HTBP/HTBP_Session.cpp: + + debug output cleanup and ACE_ASSERT removal. + + * protocols/tests/HTBP/Send_Large_Msg/run_test.pl: + + removed used code. + + * protocols/tests/HTBP/Send_Recv_Tests/client.cpp: + * protocols/tests/HTBP/Send_Recv_Tests/run_test.pl: + * protocols/tests/HTBP/Send_Recv_Tests/server.cpp: + + This test wasn't working right due to the lack of a reactor. The + debug output was also cleaned up a bit, ACE_ASSERT removed and + the run_test script tidied up as well. + + * bin/ace_tests.lst: + * bin/tao_other_tests.lst: + Added HTBP and HTIOP tests to suites. + Fri Aug 17 13:13:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl> * ace/Message_Queue_T.h: |