summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-07 21:36:55 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-07 21:36:55 +0000
commit1455e65d883dd1a1713fb8a5d7f630ccbc66e165 (patch)
treea098be41cf477f09e76216ff7cad64d28632974d
parentbcb3973159fac432cceb86257da4907f2417bdc8 (diff)
downloadATCD-1455e65d883dd1a1713fb8a5d7f630ccbc66e165.tar.gz
ChangeLogTag: Tue Mar 7 14:21:12 CST 2000 Loren Rittle <rittle@rsch.comm.mot.com>
-rw-r--r--ChangeLog27
-rw-r--r--ChangeLogs/ChangeLog-02a27
-rw-r--r--ChangeLogs/ChangeLog-03a27
-rw-r--r--ace/Log_Msg.cpp2
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 <rittle@rsch.comm.mot.com>
+
+ * ace/Log_Msg.cpp (log): Correct cast usage, a reinterpret
+ cast was needed.
+
Tue Mar 07 11:00:10 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
- * 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 <dyliu@ms1.hinet.net> 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 <dyliu@ms1.hinet.net> for suggesting
+ this.
Tue Mar 07 10:28:16 2000 bala <bala@cs.wustl.edu>
@@ -11,18 +16,18 @@ Tue Mar 07 10:28:16 2000 bala <bala@cs.wustl.edu>
Mon Mar 6 17:56:56 2000 Ossama Othman <ossama@uci.edu>
- * 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 <kirthika@cs.wustl.edu>
- * 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 <David.Hall@grc.nasa.gov> for reporting
- this bug.
-
+ Thanks to David Hall <David.Hall@grc.nasa.gov> for reporting
+ this bug.
+
Sun Mar 5 21:32:45 2000 Carlos O'Ryan <coryan@cs.wustl.edu>
* 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 <rittle@rsch.comm.mot.com>
+
+ * ace/Log_Msg.cpp (log): Correct cast usage, a reinterpret
+ cast was needed.
+
Tue Mar 07 11:00:10 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
- * 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 <dyliu@ms1.hinet.net> 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 <dyliu@ms1.hinet.net> for suggesting
+ this.
Tue Mar 07 10:28:16 2000 bala <bala@cs.wustl.edu>
@@ -11,18 +16,18 @@ Tue Mar 07 10:28:16 2000 bala <bala@cs.wustl.edu>
Mon Mar 6 17:56:56 2000 Ossama Othman <ossama@uci.edu>
- * 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 <kirthika@cs.wustl.edu>
- * 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 <David.Hall@grc.nasa.gov> for reporting
- this bug.
-
+ Thanks to David Hall <David.Hall@grc.nasa.gov> for reporting
+ this bug.
+
Sun Mar 5 21:32:45 2000 Carlos O'Ryan <coryan@cs.wustl.edu>
* 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 <rittle@rsch.comm.mot.com>
+
+ * ace/Log_Msg.cpp (log): Correct cast usage, a reinterpret
+ cast was needed.
+
Tue Mar 07 11:00:10 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
- * 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 <dyliu@ms1.hinet.net> 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 <dyliu@ms1.hinet.net> for suggesting
+ this.
Tue Mar 07 10:28:16 2000 bala <bala@cs.wustl.edu>
@@ -11,18 +16,18 @@ Tue Mar 07 10:28:16 2000 bala <bala@cs.wustl.edu>
Mon Mar 6 17:56:56 2000 Ossama Othman <ossama@uci.edu>
- * 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 <kirthika@cs.wustl.edu>
- * 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 <David.Hall@grc.nasa.gov> for reporting
- this bug.
-
+ Thanks to David Hall <David.Hall@grc.nasa.gov> for reporting
+ this bug.
+
Sun Mar 5 21:32:45 2000 Carlos O'Ryan <coryan@cs.wustl.edu>
* 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 */