summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordengg <dengg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-02-02 05:39:46 +0000
committerdengg <dengg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-02-02 05:39:46 +0000
commit8205dd8f81b048634ccd4c87725f475e16559c24 (patch)
tree1100de84d8ac0352821904fed58b24e2ae052672
parent3797f819e266690c3b866b66492183230b92aaf9 (diff)
downloadATCD-8205dd8f81b048634ccd4c87725f475e16559c24.tar.gz
Fri Feb 2 04:29:24 UTC 2007 Gan Deng <gan.deng@vanderbilt.edu>
-rw-r--r--CIAO/ChangeLog14
1 files changed, 8 insertions, 6 deletions
diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog
index d0b11551f64..84ee9ba4109 100644
--- a/CIAO/ChangeLog
+++ b/CIAO/ChangeLog
@@ -1,20 +1,22 @@
Fri Feb 2 04:29:24 UTC 2007 Gan Deng <gan.deng@vanderbilt.edu>
- * ExecutionManager/Execution_Manager.cpp
+ * DAnCE/ExecutionManager/Execution_Manager.cpp
Created a child POA which is configured with
Client_Propagated Priority Model.
- * ExecutionManager/Execution_Manager_Impl.cpp
- * ExecutionManager/Execution_Manager_Impl.h
+ * DAnCE/ExecutionManager/Execution_Manager_Impl.cpp
+ * DAnCE/ExecutionManager/Execution_Manager_Impl.h
+ * DAnCE/ExecutionManager/ExecutionManager.mpc
Added a get_current_thread_priority() to get the
priority of the current thread. Also added
debug_level control so the thread priority could
be printed out.
- * Plan_Launcher/Plan_Launcher_Impl.cpp
- * Plan_Launcher/Plan_Launcher_Impl.h
+ * DAnCE/Plan_Launcher/Plan_Launcher_Impl.cpp
+ * DAnCE/Plan_Launcher/Plan_Launcher_Impl.h
+ * DAnCE/Plan_Launcher/Plan_Launcher.mpc
Added two new methods.
The is_client_propagated_model() checks whether
@@ -23,7 +25,7 @@ Fri Feb 2 04:29:24 UTC 2007 Gan Deng <gan.deng@vanderbilt.edu>
will set the client thread priority if the priority
model is CLIENT_PROPAGATED on the EM side.
- * Plan_Launcher/Plan_Launcher.cpp
+ * DAnCE/Plan_Launcher/Plan_Launcher.cpp
Added a command line argument "-z" to allow priority
to be specified on Plan_Launcher, and then propagated