summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2002-11-03 01:57:58 +0000
committerbala <balanatarajan@users.noreply.github.com>2002-11-03 01:57:58 +0000
commit89798c366e0fd6ca650a3e9cfcb3b69c83134671 (patch)
tree4bc0e54c977ca4774cd1e0e9b9a9c136f7b1b38d
parentcc6006c0cbe0518262a2075d96186535914f509e (diff)
downloadATCD-89798c366e0fd6ca650a3e9cfcb3b69c83134671.tar.gz
Cosmetic fixes
-rw-r--r--TAO/ChangeLog9
1 files changed, 5 insertions, 4 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index c15d4932884..040206e9af9 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -8,17 +8,18 @@ Sat Nov 02 18:10:44 2002 Pradeep Gore <pradeep@oomworks.com>
Inserted missing , in constructor.
* orbscvs/orbsvcs/Notify/Notify_Service.cpp:
- Removed ACE_DEFAULT_THREAD_PRIORITY to threadpool task. Thanks
+ Removed ACE_DEFAULT_THREAD_PRIORITY to threadpool task. Thanks
to Bala for suggesting a fix.
* orbscvs/orbsvcs/Notify/Thread_Pool_Task.cpp:
Modified call to <activate> to use ACE_DEFAULT_THREAD_PRIORITY.
- * orbsvcs\Logging_Service\Notify_Logging_Service\Notify_Logging_Service.cpp:
+ * orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.cpp:
Changed code to obtain the notify service.
- * orbsvcs\Logging_Service\Notify_Logging_Service\svc.conf:
- Modified the .conf file to use the revised Notify Service directive.
+ * orbsvcs/Logging_Service/Notify_Logging_Service/svc.conf:
+ Modified the .conf file to use the revised Notify Service
+ directive.
Sat Nov 2 10:48:46 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>