summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-08-26 22:28:53 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-08-26 22:28:53 +0000
commit036f3a0f1ab3ad46016f86d2033a0c7dd34b91df (patch)
tree4028029358f719c8433b75cd0445ef4b56704f7b
parent0260009bfe8587cd801d3005516314a61816e242 (diff)
downloadATCD-036f3a0f1ab3ad46016f86d2033a0c7dd34b91df.tar.gz
ChangeLogTag:Sat Aug 26 15:23:54 2000 Carlos O'Ryan <coryan@uci.edu>
-rw-r--r--ChangeLog6
-rw-r--r--ChangeLogs/ChangeLog-02a6
-rw-r--r--ChangeLogs/ChangeLog-03a6
-rw-r--r--ace/OS.cpp2
4 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b1af5f3698c..b35b292ffc4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sat Aug 26 15:23:54 2000 Carlos O'Ryan <coryan@uci.edu>
+
+ * ace/OS.cpp:
+ Commented out another ACE_DEBUG statement, there should be no
+ printing from the ACE_OS layer.
+
Sat Aug 26 12:00:18 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
* ace/Service_Repository.cpp: Modify the remove() method so that
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index b1af5f3698c..b35b292ffc4 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,9 @@
+Sat Aug 26 15:23:54 2000 Carlos O'Ryan <coryan@uci.edu>
+
+ * ace/OS.cpp:
+ Commented out another ACE_DEBUG statement, there should be no
+ printing from the ACE_OS layer.
+
Sat Aug 26 12:00:18 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
* ace/Service_Repository.cpp: Modify the remove() method so that
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index b1af5f3698c..b35b292ffc4 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,9 @@
+Sat Aug 26 15:23:54 2000 Carlos O'Ryan <coryan@uci.edu>
+
+ * ace/OS.cpp:
+ Commented out another ACE_DEBUG statement, there should be no
+ printing from the ACE_OS layer.
+
Sat Aug 26 12:00:18 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
* ace/Service_Repository.cpp: Modify the remove() method so that
diff --git a/ace/OS.cpp b/ace/OS.cpp
index a5623861f85..03974348a7a 100644
--- a/ace/OS.cpp
+++ b/ace/OS.cpp
@@ -2392,8 +2392,10 @@ HANDLE WINAPI __IBMCPP__beginthreadex(void *stack,
#if defined (ACE_HAS_WIN32_STRUCTURAL_EXCEPTIONS)
int ACE_SEH_Default_Exception_Selector (void *)
{
+#if 0
ACE_DEBUG ((LM_DEBUG,
ACE_TEXT ("(%t) Win32 structured exception exiting thread\n")));
+#endif /* 0 */
return (DWORD) ACE_SEH_DEFAULT_EXCEPTION_HANDLING_ACTION;
}