Merge pull request #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git] / TAO / examples / RTScheduling / MIF_Scheduling.idl
blobc7a3fbb49d998b3ea92269ed6ecba613732dfc6f
1 #include "tao/RTScheduling/RTScheduler_include.pidl"
2 #include "tao/RTCORBA/RTCORBA_include.pidl"
4 module MIF_Scheduling
6 local interface SegmentSchedulingParameterPolicy
7 : CORBA::Policy
9 attribute short importance;
12 local interface MIF_Scheduler : RTScheduling::Scheduler
14 SegmentSchedulingParameterPolicy
15 create_segment_scheduling_parameter
16 (in short segment_importance);