summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2004-06-02 12:32:18 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2004-06-02 12:32:18 +0000
commitc03403e47986df2e7f1494c92faf36a71bc86ec5 (patch)
tree2a3c2c4411717ef68c7211845637edfdd33f2096 /ChangeLog
parent6e5d3e7a10bd8f95d3ad7370928f542b9e5f2c27 (diff)
downloadATCD-c03403e47986df2e7f1494c92faf36a71bc86ec5.tar.gz
ChangeLogTag: Wed Jun 2 07:30:56 2004 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog54
1 files changed, 30 insertions, 24 deletions
diff --git a/ChangeLog b/ChangeLog
index c947d7bbabb..79127485cf0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,13 @@
+Wed Jun 2 07:30:56 2004 Chad Elliott <elliott_c@ociweb.com>
+
+ * ace/OS_NS_Thread.cpp:
+
+ Added the class name for the ACE_TSS_DESTRUCTOR cast.
+
Wed Jun 2 00:03:20 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
- * ace/Log_Msg.cpp
- * ace/Timer_Hash_T.cpp:
+ * ace/Log_Msg.cpp
+ * ace/Timer_Hash_T.cpp:
Converted all ACE cast macro calls to their ANSI C++ cast
counterparts.
@@ -9,42 +15,42 @@ Wed Jun 2 00:03:20 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
Use prefix {in,dec}rement operators where applicable instead of
postfix operators. The former are more efficient.
- * ace/SSL/SSL_Asynch_BIO.cpp:
- * ace/SSL/SSL_SOCK_Stream.cpp:
- * ace/SSL/SSL_SOCK_Stream.i:
+ * ace/SSL/SSL_Asynch_BIO.cpp:
+ * ace/SSL/SSL_SOCK_Stream.cpp:
+ * ace/SSL/SSL_SOCK_Stream.i:
Converted all ACE cast macro calls to their ANSI C++ cast
counterparts.
Tue Jun 1 18:31:44 2004 Steve Huston <shuston@riverace.com>
- * ace/Lib_Find.cpp: Added /**/ to naked platform-specific #includes
- to keep eVC from complaining it can't find the files.
+ * ace/Lib_Find.cpp: Added /**/ to naked platform-specific #includes
+ to keep eVC from complaining it can't find the files.
Tue Jun 1 16:37:30 2004 Douglas C. Schmidt <schmidt@cs.wustl.edu>
- * ace/SOCK_Dgram_Bcast.cpp (send): Set the port number of the
- broadcast address before sending the iovec. Thanks to Dave
- Wolfe <dwolfe@gforcetech.com> for this patch, which fixes
- bugid 1830.
+ * ace/SOCK_Dgram_Bcast.cpp (send): Set the port number of the
+ broadcast address before sending the iovec. Thanks to Dave
+ Wolfe <dwolfe@gforcetech.com> for this patch, which fixes
+ bugid 1830.
- * ace/OS_NS_Thread.cpp: Added a cast for (ACE_TSS_DESTRUCTOR)
- so the code will compile properly on Solaris when
- ACE_HAS_TSS_EMULATION is enabled. Thanks to Kevin Christian
- <khchristian@att.com> for reporting this.
+ * ace/OS_NS_Thread.cpp: Added a cast for (ACE_TSS_DESTRUCTOR)
+ so the code will compile properly on Solaris when
+ ACE_HAS_TSS_EMULATION is enabled. Thanks to Kevin Christian
+ <khchristian@att.com> for reporting this.
Tue Jun 1 16:56:39 2004 Steve Huston <shuston@riverace.com>
- * tests/MT_Reference_Counted_Event_Handler_Test.cpp: Changed use of
- SHUT_RDWR arg for ACE_OS::shutdown() to ACE_SHUTDOWN_BOTH, which is
- set up correctly across all platforms. Fixes compile error on
- Windows.
+ * tests/MT_Reference_Counted_Event_Handler_Test.cpp: Changed use of
+ SHUT_RDWR arg for ACE_OS::shutdown() to ACE_SHUTDOWN_BOTH, which is
+ set up correctly across all platforms. Fixes compile error on
+ Windows.
- * ace/SOCK.h:
- * ace/OS_NS_sys_socket.h: Moved the setup of ACE_SHUTDOWN_READ,
- ACE_SHUTDOWN_WRITE, and ACE_SHUTDOWN_BOTH from SOCK.h to
- OS_NS_sys_socket.h. There's no need to include SOCK.h to use
- the lower-level ACE_OS::shutdown() directly.
+ * ace/SOCK.h:
+ * ace/OS_NS_sys_socket.h: Moved the setup of ACE_SHUTDOWN_READ,
+ ACE_SHUTDOWN_WRITE, and ACE_SHUTDOWN_BOTH from SOCK.h to
+ OS_NS_sys_socket.h. There's no need to include SOCK.h to use
+ the lower-level ACE_OS::shutdown() directly.
Sat May 29 16:12:28 2004 Olli Savia <ops@iki.fi>