summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-15 17:57:51 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-15 17:57:51 +0000
commite84a1f15234090f4438604922cf826d27e25fb4a (patch)
treea20b09a8c21525bafdf3c0027ac6a86fed68430c
parent23d5dbab77847c336a42b441c65587735b7f1e9f (diff)
downloadATCD-e84a1f15234090f4438604922cf826d27e25fb4a.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98b15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index a6522e7b1c1..9aefdfe12f9 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,3 +1,18 @@
+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.
+ (ACE_Task_Base): Changed to initialize <grp_id_> to -1.
+
Thu Oct 15 10:07:13 1998 David L. Levine <levine@cs.wustl.edu>
* ACE version 4.5.56 released.