summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-21 19:32:50 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-21 19:32:50 +0000
commit0c7dde935bd7dc3a63dc0a6cadea5d522999b1a2 (patch)
tree588026d625ca629b0ed700270cf121969285abd3
parentf48380bf8238017f4e2faacf4b5a4615d689c957 (diff)
downloadATCD-0c7dde935bd7dc3a63dc0a6cadea5d522999b1a2.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98b24
1 files changed, 15 insertions, 9 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index 29ff2afeabf..8afb8832729 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,17 +1,17 @@
Wed Oct 21 14:19:11 EDT 1998 James CE Johnson <jcej@chiroptera.tragus.org>
* docs/tutorials/007/thread_pool.cpp
- * docs/tutorials/007/thread_pool.h
- Alison Greig's question caused me to look back at these and
- I find that an older g++ is unhappy about the close() methods.
- It seems to confuse the baseclass 'close(u_long flags=0)' with
- my derived 'close(void)' even though I also have 'close(u_long)'.
- Anyway, I removed my 'close(void)' and now do all of my work in
- the other method.
+ * docs/tutorials/007/thread_pool.h
+ Alison Greig's question caused me to look back at these and
+ I find that an older g++ is unhappy about the close() methods.
+ It seems to confuse the baseclass 'close(u_long flags=0)' with
+ my derived 'close(void)' even though I also have 'close(u_long)'.
+ Anyway, I removed my 'close(void)' and now do all of my work in
+ the other method.
* docs/tutorials/007/client_handler.cpp:handle_input()
- Now using ACE_OS::thr_equal() instead of operator==()
- This fixes Alison's problem. (Thanks for the solution David!)
+ Now using ACE_OS::thr_equal() instead of operator==()
+ This fixes Alison's problem. (Thanks for the solution David!)
Wed Oct 21 07:12:32 1998 David L. Levine <levine@cs.wustl.edu>
@@ -46,6 +46,12 @@ Wed Oct 21 07:12:32 1998 David L. Levine <levine@cs.wustl.edu>
* ace/Timer_Heap_T.cpp (reschedule): only declare local "timerID"
without ACE_NDEBUG, to avoid compile warning with debug=0.
+ * ace/SV_Message_Queue.h: fixed #ifndef protection to use
+ ACE_SV_MESSAGE_QUEUE_H instead of ACE_MESSAGE_QUEUE_H, to
+ prevent collision with the Message_Queue.h's protection.
+ Thanks to Rainer Blome <rainer_blome@de.ibm.com> for
+ reporting this.
+
Tue Oct 20 19:40:41 1998 Steve Huston <shuston@riverace.com>
* include/makeinclude/platform_hpux_aCC.GNU: Added