summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordengg <dengg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-02-02 04:50:22 +0000
committerdengg <dengg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-02-02 04:50:22 +0000
commitb01efd4c9933506da0d9653c18551cfd28977f81 (patch)
tree8cb87f699b01aef4ceef549ce20b511a0c19b237
parent87d22891eceaddaca8e7b4b8f48e7d602843c231 (diff)
downloadATCD-b01efd4c9933506da0d9653c18551cfd28977f81.tar.gz
Fri Feb 2 04:29:24 UTC 2007 Gan Deng <gan.deng@vanderbilt.edu>
-rw-r--r--CIAO/ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog
index 2589ec2c963..9eb56f77c06 100644
--- a/CIAO/ChangeLog
+++ b/CIAO/ChangeLog
@@ -1,3 +1,29 @@
+Fri Feb 2 04:29:24 UTC 2007 Gan Deng <gan.deng@vanderbilt.edu>
+
+ * 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
+
+ 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.cpp
+ * Plan_Launcher/Plan_Launcher_Impl.cpp
+ * Plan_Launcher/Plan_Launcher_Impl.h
+
+ Added two new methods.
+ The is_client_propagated_model() checks whether
+ the ExecutionManager exposes the CLIENT_PROPAGATED
+ priority model. The set_current_priority() method
+ will set the client thread priority if the priority
+ model is CLIENT_PROPAGATED on the EM side.
+
Sun Jan 7 18:44:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
* DAnCE/NodeApplicationManager/URL_Parser.cpp: