From 1455e65d883dd1a1713fb8a5d7f630ccbc66e165 Mon Sep 17 00:00:00 2001 From: levine Date: Tue, 7 Mar 2000 21:36:55 +0000 Subject: ChangeLogTag: Tue Mar 7 14:21:12 CST 2000 Loren Rittle --- ChangeLog | 27 ++++++++++++++++----------- ChangeLogs/ChangeLog-02a | 27 ++++++++++++++++----------- ChangeLogs/ChangeLog-03a | 27 ++++++++++++++++----------- ace/Log_Msg.cpp | 2 +- 4 files changed, 49 insertions(+), 34 deletions(-) diff --git a/ChangeLog b/ChangeLog index 36e60266745..467988c9c9e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,14 @@ +Tue Mar 7 14:21:12 CST 2000 Loren Rittle + + * ace/Log_Msg.cpp (log): Correct cast usage, a reinterpret + cast was needed. + Tue Mar 07 11:00:10 2000 Douglas C. Schmidt - * examples/Reactor/Proactor/test_proactor.cpp: Updated the comments - to make it clear how the ACE_Message_Block buffers are reused. - Thanks to Dong-Yueh Liu for suggesting - this. + * examples/Reactor/Proactor/test_proactor.cpp: Updated the comments + to make it clear how the ACE_Message_Block buffers are reused. + Thanks to Dong-Yueh Liu for suggesting + this. Tue Mar 07 10:28:16 2000 bala @@ -11,18 +16,18 @@ Tue Mar 07 10:28:16 2000 bala Mon Mar 6 17:56:56 2000 Ossama Othman - * bin/make_release (release_tag_files): + * bin/make_release (release_tag_files): - Added missing declaration of this variable. + Added missing declaration of this variable. Mon Mar 6 13:30:00 2000 Kirthika Parameswaran - * tests/run_tests.vxworks: Removed Cached_Conn_Test from the - list as this test fails for the current configuration. Until + * tests/run_tests.vxworks: Removed Cached_Conn_Test from the + list as this test fails for the current configuration. Until researched completely, it has been disabled on vxworks. - Thanks to David Hall for reporting - this bug. - + Thanks to David Hall for reporting + this bug. + Sun Mar 5 21:32:45 2000 Carlos O'Ryan * ace/CDR_Stream.cpp: diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a index 36e60266745..467988c9c9e 100644 --- a/ChangeLogs/ChangeLog-02a +++ b/ChangeLogs/ChangeLog-02a @@ -1,9 +1,14 @@ +Tue Mar 7 14:21:12 CST 2000 Loren Rittle + + * ace/Log_Msg.cpp (log): Correct cast usage, a reinterpret + cast was needed. + Tue Mar 07 11:00:10 2000 Douglas C. Schmidt - * examples/Reactor/Proactor/test_proactor.cpp: Updated the comments - to make it clear how the ACE_Message_Block buffers are reused. - Thanks to Dong-Yueh Liu for suggesting - this. + * examples/Reactor/Proactor/test_proactor.cpp: Updated the comments + to make it clear how the ACE_Message_Block buffers are reused. + Thanks to Dong-Yueh Liu for suggesting + this. Tue Mar 07 10:28:16 2000 bala @@ -11,18 +16,18 @@ Tue Mar 07 10:28:16 2000 bala Mon Mar 6 17:56:56 2000 Ossama Othman - * bin/make_release (release_tag_files): + * bin/make_release (release_tag_files): - Added missing declaration of this variable. + Added missing declaration of this variable. Mon Mar 6 13:30:00 2000 Kirthika Parameswaran - * tests/run_tests.vxworks: Removed Cached_Conn_Test from the - list as this test fails for the current configuration. Until + * tests/run_tests.vxworks: Removed Cached_Conn_Test from the + list as this test fails for the current configuration. Until researched completely, it has been disabled on vxworks. - Thanks to David Hall for reporting - this bug. - + Thanks to David Hall for reporting + this bug. + Sun Mar 5 21:32:45 2000 Carlos O'Ryan * ace/CDR_Stream.cpp: diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a index 36e60266745..467988c9c9e 100644 --- a/ChangeLogs/ChangeLog-03a +++ b/ChangeLogs/ChangeLog-03a @@ -1,9 +1,14 @@ +Tue Mar 7 14:21:12 CST 2000 Loren Rittle + + * ace/Log_Msg.cpp (log): Correct cast usage, a reinterpret + cast was needed. + Tue Mar 07 11:00:10 2000 Douglas C. Schmidt - * examples/Reactor/Proactor/test_proactor.cpp: Updated the comments - to make it clear how the ACE_Message_Block buffers are reused. - Thanks to Dong-Yueh Liu for suggesting - this. + * examples/Reactor/Proactor/test_proactor.cpp: Updated the comments + to make it clear how the ACE_Message_Block buffers are reused. + Thanks to Dong-Yueh Liu for suggesting + this. Tue Mar 07 10:28:16 2000 bala @@ -11,18 +16,18 @@ Tue Mar 07 10:28:16 2000 bala Mon Mar 6 17:56:56 2000 Ossama Othman - * bin/make_release (release_tag_files): + * bin/make_release (release_tag_files): - Added missing declaration of this variable. + Added missing declaration of this variable. Mon Mar 6 13:30:00 2000 Kirthika Parameswaran - * tests/run_tests.vxworks: Removed Cached_Conn_Test from the - list as this test fails for the current configuration. Until + * tests/run_tests.vxworks: Removed Cached_Conn_Test from the + list as this test fails for the current configuration. Until researched completely, it has been disabled on vxworks. - Thanks to David Hall for reporting - this bug. - + Thanks to David Hall for reporting + this bug. + Sun Mar 5 21:32:45 2000 Carlos O'Ryan * ace/CDR_Stream.cpp: diff --git a/ace/Log_Msg.cpp b/ace/Log_Msg.cpp index 345de654c65..d45f8fed4cd 100644 --- a/ace/Log_Msg.cpp +++ b/ace/Log_Msg.cpp @@ -1108,7 +1108,7 @@ ACE_Log_Msg::log (const ASYS_TCHAR *format_str, pthread_getunique_np(&t_id)); # else ACE_OS::sprintf (bp, ASYS_TEXT ("%lu"), - ACE_static_cast (unsigned long, t_id)); + ACE_reinterpret_cast (unsigned long, t_id)); # endif /* ACE_HAS_PTHREADS_DRAFT4 && HPUX_10 */ #endif /* ACE_WIN32 */ -- cgit v1.2.1