diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-06-30 18:43:55 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-06-30 18:43:55 +0000 |
commit | 6fd414b62d41ad7d51fb2e9602108198a00e6761 (patch) | |
tree | 6b6b15dab34930690bd1c613643f66c852ab7ac0 /ChangeLog-98b | |
parent | 736d35514969da225f6d0a27959a01c7a43c83b7 (diff) | |
download | ATCD-6fd414b62d41ad7d51fb2e9602108198a00e6761.tar.gz |
*** empty log message ***
Diffstat (limited to 'ChangeLog-98b')
-rw-r--r-- | ChangeLog-98b | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b index 3b96c83dd86..13ad65e61e6 100644 --- a/ChangeLog-98b +++ b/ChangeLog-98b @@ -1,19 +1,23 @@ Tue Jun 30 13:13:21 1998 Irfan Pyarali <irfan@cs.wustl.edu> - * ace/WFMO_Reactor.cpp (open): Made sure that size does not exceed - MAXIMUM_WAIT_OBJECTS. Thanks to Dr. Schmidt for pointing this - out. + * ace/WFMO_Reactor.cpp (open): Made sure that size does not exceed + MAXIMUM_WAIT_OBJECTS. Thanks to Dr. Schmidt for pointing this + out. Tue Jun 30 11:45:12 1998 Steve Huston <shuston@riverace.com> - * ace/Message_Queue_T.cpp: Added explicit class names where needed - for ANSI C++. Fixed some compile errors. Still needs more work to - compile correctly on HP-UX aCC. + * ace/Message_Queue_T.cpp: Added explicit class names where needed + for ANSI C++. Fixed some compile errors. Still needs more work to + compile correctly on HP-UX aCC. Tue Jun 30 09:27:25 1998 David L. Levine <levine@cs.wustl.edu> * etc/ACE-guidelines.html: added a guideline about using ACE_Export. + * ace/Message_Queue.cpp (ACE_Message_Queue_Vx::dtor): added close () + call to destructor, because the one in the parent class will never + get called because head_ is always 0. + Tue Jun 30 03:39:15 1998 Nanbor Wang <nanbor@cs.wustl.edu> * ace/Synch.h (ACE_RW_Process_Mutex): This class no longer needs |