diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-10-15 18:01:13 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-10-15 18:01:13 +0000 |
commit | da3a9c4e60f222047e1a055d73c4b7e4b393c31b (patch) | |
tree | c146a9847200554bf86d6910c4b4e0eeefa824f9 /ChangeLog-98b | |
parent | b91a36c4fb95c6f6417e59f85203762b50dd747d (diff) | |
download | ATCD-da3a9c4e60f222047e1a055d73c4b7e4b393c31b.tar.gz |
*** empty log message ***
Diffstat (limited to 'ChangeLog-98b')
-rw-r--r-- | ChangeLog-98b | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b index 9aefdfe12f9..16371d1286a 100644 --- a/ChangeLog-98b +++ b/ChangeLog-98b @@ -1,16 +1,17 @@ Thu Oct 15 12:43:46 1998 Nanbor Wang <nanbor@cs.wustl.edu> * ace/Task.cpp (activate): Changed to activate new active objects - using the same grp_id if this task has been activated before and - no new grp_id is specified in activate method. Also, the task's - grp_id will only get updated if it has never been updated even - if <force_active> is set. This prevent the original <grp_id_> - get lost but the consequence if that if users select to - force_activate new tasks with a different grp_id, the new grp_id - will get lost and the only way to wait for these threads is to - either perform a wait for all threads, or wait for each - individual thread by waiting on the thread handles returned by - the activate method. + using the same grp_id if this task has been activated before and + no new grp_id is specified in activate method. Also, the task's + grp_id will only get updated if it has never been updated even + if <force_active> is set. This prevent the original <grp_id_> + get lost but the consequence if that if users select to + force_activate new tasks with a different grp_id, the new grp_id + will get lost and the only way to wait for these threads is to + either perform a wait for all threads, or wait for each + individual thread by waiting on the thread handles returned by + the activate method. Thanks to Bob McWhirter + <bob@netwrench.com> for motivating this change. (ACE_Task_Base): Changed to initialize <grp_id_> to -1. Thu Oct 15 10:07:13 1998 David L. Levine <levine@cs.wustl.edu> |