summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-10-15 18:01:13 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-10-15 18:01:13 +0000
commit87c5a491fdca365592fbad34a9339ef633b9b758 (patch)
treec146a9847200554bf86d6910c4b4e0eeefa824f9
parentbcd55729dd9367b3083d1e23c4d3a8c88756fabf (diff)
downloadATCD-87c5a491fdca365592fbad34a9339ef633b9b758.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98b21
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>