summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2000-03-08 17:15:03 +0000
committerbala <balanatarajan@users.noreply.github.com>2000-03-08 17:15:03 +0000
commit00ed2837423646e7849ee0df80d60a8c6169e7fd (patch)
tree762a0f8fa918b6f1884183a01e0590174b89e72f
parentf5887395f7fc4657f98370f718d8033d4a65e95e (diff)
downloadATCD-00ed2837423646e7849ee0df80d60a8c6169e7fd.tar.gz
ChangeLogTag: Wed Mar 8 11:13:04 2000 Balachandran Natarajan <bala@cs.wustl.edu>
-rw-r--r--ChangeLog7
-rw-r--r--ChangeLogs/ChangeLog-02a7
-rw-r--r--ChangeLogs/ChangeLog-03a7
-rw-r--r--ace/Log_Msg.cpp2
4 files changed, 22 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b8b96ea1b8c..b505e66bd83 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Wed Mar 8 11:13:04 2000 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * ace/Log_Msg.cpp (log): Reverted this change.
+ Tue Mar 7 14:21:12 CST 2000 Loren Rittle
+ <rittle@rsch.comm.mot.com>. The change gave compile errors on
+ EGCS.
+
Wed Mar 8 01:33:21 2000 Christopher Kohlhoff <chris@kohlhoff.com>
* tests/Makefile.bor: Added new test Process_Manager_Test.
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index b8b96ea1b8c..b505e66bd83 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,10 @@
+Wed Mar 8 11:13:04 2000 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * ace/Log_Msg.cpp (log): Reverted this change.
+ Tue Mar 7 14:21:12 CST 2000 Loren Rittle
+ <rittle@rsch.comm.mot.com>. The change gave compile errors on
+ EGCS.
+
Wed Mar 8 01:33:21 2000 Christopher Kohlhoff <chris@kohlhoff.com>
* tests/Makefile.bor: Added new test Process_Manager_Test.
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index b8b96ea1b8c..b505e66bd83 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,10 @@
+Wed Mar 8 11:13:04 2000 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * ace/Log_Msg.cpp (log): Reverted this change.
+ Tue Mar 7 14:21:12 CST 2000 Loren Rittle
+ <rittle@rsch.comm.mot.com>. The change gave compile errors on
+ EGCS.
+
Wed Mar 8 01:33:21 2000 Christopher Kohlhoff <chris@kohlhoff.com>
* tests/Makefile.bor: Added new test Process_Manager_Test.
diff --git a/ace/Log_Msg.cpp b/ace/Log_Msg.cpp
index d45f8fed4cd..345de654c65 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_reinterpret_cast (unsigned long, t_id));
+ ACE_static_cast (unsigned long, t_id));
# endif /* ACE_HAS_PTHREADS_DRAFT4 && HPUX_10 */
#endif /* ACE_WIN32 */