summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2000-08-25 20:32:45 +0000
committerSteve Huston <shuston@riverace.com>2000-08-25 20:32:45 +0000
commitbb707eda2520e32cda321c17830adadbf1951f74 (patch)
treeb7610bb50a5b9d81d282f112fbb94790f418d9c5
parent03c590114bedbc13ec7c65f9b8df751da0484634 (diff)
downloadATCD-bb707eda2520e32cda321c17830adadbf1951f74.tar.gz
.
-rw-r--r--ChangeLog6
-rw-r--r--ChangeLogs/ChangeLog-02a6
-rw-r--r--ChangeLogs/ChangeLog-03a6
3 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e8821fc7b6f..943b86abd12 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Fri Aug 25 16:29:51 2000 Steve Huston <shuston@riverace.com>
+
+ * ace/TP_Reactor.cpp: Temporarily remove the ACE_SEH directives
+ to get the build working on Win32. Will fix this correctly and put
+ in a new file soon.
+
Fri Aug 25 15:43:28 2000 Steve Huston <shuston@riverace.com>
* docs/ACE-guidelines.html: Add the "use this->member" rule when
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index e8821fc7b6f..943b86abd12 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,9 @@
+Fri Aug 25 16:29:51 2000 Steve Huston <shuston@riverace.com>
+
+ * ace/TP_Reactor.cpp: Temporarily remove the ACE_SEH directives
+ to get the build working on Win32. Will fix this correctly and put
+ in a new file soon.
+
Fri Aug 25 15:43:28 2000 Steve Huston <shuston@riverace.com>
* docs/ACE-guidelines.html: Add the "use this->member" rule when
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index e8821fc7b6f..943b86abd12 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,9 @@
+Fri Aug 25 16:29:51 2000 Steve Huston <shuston@riverace.com>
+
+ * ace/TP_Reactor.cpp: Temporarily remove the ACE_SEH directives
+ to get the build working on Win32. Will fix this correctly and put
+ in a new file soon.
+
Fri Aug 25 15:43:28 2000 Steve Huston <shuston@riverace.com>
* docs/ACE-guidelines.html: Add the "use this->member" rule when