summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog
diff options
context:
space:
mode:
authorpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-02-13 17:48:18 +0000
committerpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-02-13 17:48:18 +0000
commit49edd9219643c964b273645820b65d080019744a (patch)
tree86459c251b16db7008e40de46bdd54de829a28b6 /TAO/ChangeLog
parent1bae6ecbb19f4713db3a9a9fa1fa23b73667fd65 (diff)
downloadATCD-49edd9219643c964b273645820b65d080019744a.tar.gz
ChangeLogTag: Thu Feb 13 12:43:27 2003 Pradeep Gore <pradeep@oomworks.com>
Diffstat (limited to 'TAO/ChangeLog')
-rw-r--r--TAO/ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index b745d551132..2d4b29e1fdb 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,29 @@
+Thu Feb 13 12:43:27 2003 Pradeep Gore <pradeep@oomworks.com>
+
+ * examples/RTCORBA/Activity/Periodic_Task.h:
+ * examples/RTCORBA/Activity/Thread_Task.cpp:
+ * examples/RTCORBA/Activity/Thread_Task.h:
+ Added missing code to convert CORBA priority to native priority
+ when activating the thread task.
+
+ Made the following changes to get the example running in the
+ autobuilds:
+ * examples/RTCORBA/Activity/run_test.pl:
+ This runs a simple test of the activity example. This test is
+ meant to be run in non-root mode.
+ * examples/RTCORBA/Activity/Activity.cpp:
+ * examples/RTCORBA/Activity/Activity.h:
+ - Added code to obtain the Priority Mapping Manager.
+ - Added a "-Started_Flag <file_name> " option. When an activity instance
+ completes its setup, it generates a file to signal the perl
+ script that it has finished initialization.
+ * examples/RTCORBA/Activity/README:
+ Added a new section on the new command-line option.
+ * examples/RTCORBA/Activity/server.conf:
+ * examples/RTCORBA/Activity/client.conf:
+ These conf files are read by run_test.pl to make a sanity check
+ on the activity program.
+
Thu Feb 13 10:30:56 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
* TAO_IDL/ast/ast_module.cpp: