summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2000-03-09 23:44:00 +0000
committerSteve Huston <shuston@riverace.com>2000-03-09 23:44:00 +0000
commit868fbb85bfa3c35aeba0569710f729d0535b3f18 (patch)
treef757d1999155db1f2b3f919d007a14772e85ced5
parentff4be080264caad59a9acbf30d8582f942ea76f1 (diff)
downloadATCD-868fbb85bfa3c35aeba0569710f729d0535b3f18.tar.gz
.
-rw-r--r--ChangeLog9
-rw-r--r--ChangeLogs/ChangeLog-02a9
-rw-r--r--ChangeLogs/ChangeLog-03a9
3 files changed, 27 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bc104366052..7460cae890c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Thu Mar 09 17:35:31 2000 Steve Huston <shuston@riverace.com>
+
+ * ace/Log_Msg.cpp (log): Related to Tue Mar 7 and Wed Mar 8; change the
+ static cast to a C-style cast and put in comments explaining that
+ depending on the underlying type of thread ID, sometimes a static
+ cast is needed, and sometimes a reinterpret cast, so we dropped
+ back and punted to a C-style cast. Thanks to Loren Rittle and
+ Bala for working this stuff out.
+
Thu Mar 09 17:01:23 2000 Steve Huston <shuston@riverace.com>
* ace/Naming_Context.cpp (ACE_Name_Options ctor): When allocating
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index bc104366052..7460cae890c 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,12 @@
+Thu Mar 09 17:35:31 2000 Steve Huston <shuston@riverace.com>
+
+ * ace/Log_Msg.cpp (log): Related to Tue Mar 7 and Wed Mar 8; change the
+ static cast to a C-style cast and put in comments explaining that
+ depending on the underlying type of thread ID, sometimes a static
+ cast is needed, and sometimes a reinterpret cast, so we dropped
+ back and punted to a C-style cast. Thanks to Loren Rittle and
+ Bala for working this stuff out.
+
Thu Mar 09 17:01:23 2000 Steve Huston <shuston@riverace.com>
* ace/Naming_Context.cpp (ACE_Name_Options ctor): When allocating
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index bc104366052..7460cae890c 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,12 @@
+Thu Mar 09 17:35:31 2000 Steve Huston <shuston@riverace.com>
+
+ * ace/Log_Msg.cpp (log): Related to Tue Mar 7 and Wed Mar 8; change the
+ static cast to a C-style cast and put in comments explaining that
+ depending on the underlying type of thread ID, sometimes a static
+ cast is needed, and sometimes a reinterpret cast, so we dropped
+ back and punted to a C-style cast. Thanks to Loren Rittle and
+ Bala for working this stuff out.
+
Thu Mar 09 17:01:23 2000 Steve Huston <shuston@riverace.com>
* ace/Naming_Context.cpp (ACE_Name_Options ctor): When allocating