summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-06-30 13:28:56 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-06-30 13:28:56 +0000
commit4265162dfbdff638e7206faadd00b10dc1c02734 (patch)
tree9d225b2c03433eb2aff5fed6e8c0bdc3bb6e82a4
parent5a4c04e703dd361bd36a9a35bff1cb8f43c45de6 (diff)
downloadATCD-4265162dfbdff638e7206faadd00b10dc1c02734.tar.gz
ChangeLogTag:Fri Jun 29 22:31:56 2001 Balachandran Natarajan <bala@cs.wustl.edu>
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLogs/ChangeLog-02a5
-rw-r--r--ChangeLogs/ChangeLog-03a5
-rw-r--r--TAO/tao/orbconf.h1
-rw-r--r--THANKS2
-rw-r--r--ace/Log_Msg.h2
6 files changed, 12 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index f06ccd174ba..107e5b60f8e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -963,8 +963,9 @@ Mon Jun 4 05:53:57 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
* ace/File_Lock: Added an "unlink_in_destructor" flag to
ACE_File_Lock to control whether or not the underlying file is
- unlinked in the destructor. Thanks to Yuval Yosef
- <yuvi@isdn.net.il> for suggesting this.
+ unlinked in the destructor. Thanks to Yuval Yosef
+ <yuvi@isdn.net.il> and Crawford Lodge
+ <crawford.lodge@xmlglobal.com> for suggesting this.
Sun Jun 3 18:08:39 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index f06ccd174ba..107e5b60f8e 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -963,8 +963,9 @@ Mon Jun 4 05:53:57 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
* ace/File_Lock: Added an "unlink_in_destructor" flag to
ACE_File_Lock to control whether or not the underlying file is
- unlinked in the destructor. Thanks to Yuval Yosef
- <yuvi@isdn.net.il> for suggesting this.
+ unlinked in the destructor. Thanks to Yuval Yosef
+ <yuvi@isdn.net.il> and Crawford Lodge
+ <crawford.lodge@xmlglobal.com> for suggesting this.
Sun Jun 3 18:08:39 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index f06ccd174ba..107e5b60f8e 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -963,8 +963,9 @@ Mon Jun 4 05:53:57 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
* ace/File_Lock: Added an "unlink_in_destructor" flag to
ACE_File_Lock to control whether or not the underlying file is
- unlinked in the destructor. Thanks to Yuval Yosef
- <yuvi@isdn.net.il> for suggesting this.
+ unlinked in the destructor. Thanks to Yuval Yosef
+ <yuvi@isdn.net.il> and Crawford Lodge
+ <crawford.lodge@xmlglobal.com> for suggesting this.
Sun Jun 3 18:08:39 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
diff --git a/TAO/tao/orbconf.h b/TAO/tao/orbconf.h
index dca1fb3209d..6befb4571cf 100644
--- a/TAO/tao/orbconf.h
+++ b/TAO/tao/orbconf.h
@@ -16,7 +16,6 @@
*/
//=============================================================================
-
#ifndef TAO_ORB_CONFIG_H
#define TAO_ORB_CONFIG_H
#include "ace/pre.h"
diff --git a/THANKS b/THANKS
index 24ce992388b..a92f67c5c24 100644
--- a/THANKS
+++ b/THANKS
@@ -1275,6 +1275,8 @@ Rich Newman <RNewman@directv.com>
Kelly F. Hickel <kfh@mqsoftware.com>
David Trusty <david.trusty@westwave.com>
Burkhard Neppert <b.neppert@dr-staedtler.de>
+Crawford Lodge <crawford.lodge@xmlglobal.com>
+Scott Gaa <scott_a_gaa@md.northgrum.com>
I would particularly like to thank Paul Stephenson, who worked with me
at Ericsson in the early 1990's. Paul devised the recursive Makefile
diff --git a/ace/Log_Msg.h b/ace/Log_Msg.h
index 5f8bcd7927a..de764e69d71 100644
--- a/ace/Log_Msg.h
+++ b/ace/Log_Msg.h
@@ -136,7 +136,7 @@ class ACE_Thread_Descriptor;
* The ACE_Log_Msg class uses two priority masks to control its
* logging behavior. The <priority_mask_> object attribute is thread
* specific and specifies the priority levels logged by the thread.
- * The <process_priority_mask_> class attribute is not thread specific
+ * The <process_priority_mask_> class attribute is not thread-specific
* and specifies the priority levels that will be logged by all
* threads in the process. By default, all levels are enabled for
* <priority_mask_> and all levels are disabled for