summaryrefslogtreecommitdiff
path: root/TAO/CIAO/ciao/NodeApplicationManager.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/ciao/NodeApplicationManager.idl')
-rw-r--r--TAO/CIAO/ciao/NodeApplicationManager.idl4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/CIAO/ciao/NodeApplicationManager.idl b/TAO/CIAO/ciao/NodeApplicationManager.idl
index 63c64b23785..1c3e33ad05b 100644
--- a/TAO/CIAO/ciao/NodeApplicationManager.idl
+++ b/TAO/CIAO/ciao/NodeApplicationManager.idl
@@ -40,6 +40,10 @@ module Deployment {
/// CIAO speicfic operation to set the information of
/// "shared components" (through NodeManager)
void set_shared_components (in ComponentPlans components);
+
+ /// CIAO specific function to set priority
+ /// o component , required by RACE
+ long set_priority (in string cid , in Sched_Params params);
};
};