diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-05-01 19:52:40 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-05-01 19:52:40 +0000 |
commit | 1330756e36d4abfed919ffa79bce2a2ee9ad1f5f (patch) | |
tree | fd6d4e362dbcc80370a68c71ebe2f3a92d955743 /ChangeLog-98a | |
parent | 6d4139d677ee16aad10112ab1a4a4ca467be9104 (diff) | |
download | ATCD-1330756e36d4abfed919ffa79bce2a2ee9ad1f5f.tar.gz |
*** empty log message ***
Diffstat (limited to 'ChangeLog-98a')
-rw-r--r-- | ChangeLog-98a | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog-98a b/ChangeLog-98a index c9b6e877361..01ff1d429e0 100644 --- a/ChangeLog-98a +++ b/ChangeLog-98a @@ -1,3 +1,21 @@ +Fri May 1 13:52:32 1998 Douglas C. Schmidt <schmidt@flamenco.cs.wustl.edu> + + * examples/Connection/misc/Connection_Handler.cpp: Make sure to + activate() each active object using THR_DETACHED so we don't run + out of threading resources. Thanks to Brad Walton + <brad.walton@transnexus.com> for reporting this. + + * ace/Timer_Queue_Adapters.cpp: Rather than returning the result + of schedule_ualarm(), the + ACE_Async_Timer_Queue_Adapter<TQ>::schedule() method should + return the timer id. Thanks to James Garrison + <jhg@austx.tandem.com> for reporting this. + + * examples/System_V_IPC/SV_Message_Queues: Renamed the so-called + "ACE_Message_Block" to "Message_Block" so it wouldn't be as + confusing. Thanks to Ganapathi <guns@fs.IConNet.NET> for this + suggestion. + Fri May 01 14:09:21 1998 Steve Huston <shuston@riverace.com> * ace/OS.h: Changed ACE_hrtime_t from signed to unsigned on Win32 |