summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-02-01 14:09:27 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-02-01 14:09:27 +0000
commit0e340a07f4854f4c7ca600e9c09196778c16a8c1 (patch)
tree3aba9ee1991bd52e0665173788825ff097054764
parentacb3ae8bbe915254dbc643537c3f34381eb8712a (diff)
downloadATCD-0e340a07f4854f4c7ca600e9c09196778c16a8c1.tar.gz
Cosmetic fixes
-rw-r--r--TAO/ChangeLog14
1 files changed, 7 insertions, 7 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 6b14835760f..83d01b50d68 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,21 +1,21 @@
Fri Jan 31 17:07:20 2003 Pradeep Gore <pradeep@oomworks.com>
Fix for crash in Notify due to race condition in the Worker Task
- shutdown. This crash showed up on the SunOS_Forte build.
+ shutdown. This crash showed up on the SunOS_Forte build.
- * orbsvcs\orbsvcs\Notify\Worker_Task.h:
+ * orbsvcs/orbsvcs/Notify/Worker_Task.h:
The is a Refcountable object now.
- * orbsvcs\orbsvcs\Notify\Reactive_Task.cpp:
- * orbsvcs\orbsvcs\Notify\Reactive_Task.h:
+ * orbsvcs/orbsvcs/Notify/Reactive_Task.cpp:
+ * orbsvcs/orbsvcs/Notify/Reactive_Task.h:
Modifications for Refcounting support.
- * orbsvcs\orbsvcs\Notify\ThreadPool_Task.cpp:
- * orbsvcs\orbsvcs\Notify\ThreadPool_Task.h:
+ * orbsvcs/orbsvcs/Notify/ThreadPool_Task.cpp:
+ * orbsvcs/orbsvcs/Notify/ThreadPool_Task.h:
Instead of relying on the thread count, the <close> method
decrements the count on the Task Object.
- * orbsvcs\orbsvcs\Notify\Object.cpp:
+ * orbsvcs/orbsvcs/Notify/Object.cpp:
Apply refcounting to Task objects.
Fri Jan 31 14:25:07 2003 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>