summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-12-22 18:56:33 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-12-22 18:56:33 +0000
commit88b0d138dbfd0aeddde12e1857a20034b54d628f (patch)
treef41d9641339531b5bc1d9d39a11762f9edab13f5
parent2428547664338ff9172049d5810c2bf7fb5a8523 (diff)
downloadATCD-88b0d138dbfd0aeddde12e1857a20034b54d628f.tar.gz
ChangeLogTag:Fri Dec 22 12:43:54 2000 Nanbor Wang <nanbor@cs.wustl.edu>
-rw-r--r--ChangeLog8
-rw-r--r--ChangeLogs/ChangeLog-02a8
-rw-r--r--ChangeLogs/ChangeLog-03a8
-rw-r--r--ace/OS.h2
4 files changed, 19 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 69633b4ede7..0c05eec61c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Dec 22 12:43:54 2000 Nanbor Wang <nanbor@cs.wustl.edu>
+
+ * ace/OS.h: Fixed a typo.
+
Fri Dec 22 09:12:37 2000 Steve Huston <shuston@riverace.com>
* ace/OS.h: ACE_DEFAULT_FILE_PERMS - added FILE_SHARE_DELETE to the
@@ -90,14 +94,14 @@ Wed Dec 20 16:18:49 2000 Steve Huston <shuston@riverace.com>
Wed Dec 20 15:42:36 2000 Phil Mesnier <mesnier_p@ociweb.com>
- * ace/RMCast/RMCast_IO_UDP.cpp
+ * ace/RMCast/RMCast_IO_UDP.cpp
* ace/RMCast?RMCast_IO_UDP.h
* ace/RMCast/RMCast_IO_UDP.i : The g++ cross compiler 2.9-gnupro-98r2
for target Lynx 3.0.1 host Solaris 2.6 was breaking with an internal
error at the end of handle_input(). Replacing a couple of lines of
code with the private, inline method allocate_and_bind_proxy() gets
around the problem.
-
+
Wed Dec 20 15:32:44 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
* examples/Threads/wfmo.cpp: Move the function calls etc. out of
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 69633b4ede7..0c05eec61c8 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,7 @@
+Fri Dec 22 12:43:54 2000 Nanbor Wang <nanbor@cs.wustl.edu>
+
+ * ace/OS.h: Fixed a typo.
+
Fri Dec 22 09:12:37 2000 Steve Huston <shuston@riverace.com>
* ace/OS.h: ACE_DEFAULT_FILE_PERMS - added FILE_SHARE_DELETE to the
@@ -90,14 +94,14 @@ Wed Dec 20 16:18:49 2000 Steve Huston <shuston@riverace.com>
Wed Dec 20 15:42:36 2000 Phil Mesnier <mesnier_p@ociweb.com>
- * ace/RMCast/RMCast_IO_UDP.cpp
+ * ace/RMCast/RMCast_IO_UDP.cpp
* ace/RMCast?RMCast_IO_UDP.h
* ace/RMCast/RMCast_IO_UDP.i : The g++ cross compiler 2.9-gnupro-98r2
for target Lynx 3.0.1 host Solaris 2.6 was breaking with an internal
error at the end of handle_input(). Replacing a couple of lines of
code with the private, inline method allocate_and_bind_proxy() gets
around the problem.
-
+
Wed Dec 20 15:32:44 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
* examples/Threads/wfmo.cpp: Move the function calls etc. out of
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 69633b4ede7..0c05eec61c8 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,7 @@
+Fri Dec 22 12:43:54 2000 Nanbor Wang <nanbor@cs.wustl.edu>
+
+ * ace/OS.h: Fixed a typo.
+
Fri Dec 22 09:12:37 2000 Steve Huston <shuston@riverace.com>
* ace/OS.h: ACE_DEFAULT_FILE_PERMS - added FILE_SHARE_DELETE to the
@@ -90,14 +94,14 @@ Wed Dec 20 16:18:49 2000 Steve Huston <shuston@riverace.com>
Wed Dec 20 15:42:36 2000 Phil Mesnier <mesnier_p@ociweb.com>
- * ace/RMCast/RMCast_IO_UDP.cpp
+ * ace/RMCast/RMCast_IO_UDP.cpp
* ace/RMCast?RMCast_IO_UDP.h
* ace/RMCast/RMCast_IO_UDP.i : The g++ cross compiler 2.9-gnupro-98r2
for target Lynx 3.0.1 host Solaris 2.6 was breaking with an internal
error at the end of handle_input(). Replacing a couple of lines of
code with the private, inline method allocate_and_bind_proxy() gets
around the problem.
-
+
Wed Dec 20 15:32:44 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
* examples/Threads/wfmo.cpp: Move the function calls etc. out of
diff --git a/ace/OS.h b/ace/OS.h
index 258ced675b8..d389eb932b3 100644
--- a/ace/OS.h
+++ b/ace/OS.h
@@ -307,7 +307,7 @@ typedef long id_t;
# if !defined (ACE_DEFAULT_FILE_PERMS)
# if defined (ACE_WIN32)
# if defined (ACE_HAS_WINNT4) && (ACE_HAS_WINNT4 == 1)
-# define ACE_DEFAULT_OPEN_PERMS (FILE_SHARE_READ | FILE_SHARE_WRITE | \
+# define ACE_DEFAULT_FILE_PERMS (FILE_SHARE_READ | FILE_SHARE_WRITE | \
FILE_SHARE_DELETE)
# else
# define ACE_DEFAULT_FILE_PERMS (FILE_SHARE_READ | FILE_SHARE_WRITE)