Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / examples / Kokyu_dsrt_schedulers / Kokyu_qos.idl
blob7f764bfc4c73f5168e0376528c13aff967580594
2 /**
3 * @file Kokyu_qos.idl
4 */
6 #ifndef _KOKYU_DSRT_QOS_PIDL_
7 #define _KOKYU_DSRT_QOS_PIDL_
9 #include "tao/TimeBase.pidl"
10 #include "tao/RTCORBA/RTCORBA_include.pidl"
12 #pragma prefix "omg.org"
14 module Kokyu
16 typedef sequence<octet> GuidType;
18 struct Svc_Ctxt_DSRT_QoS
20 GuidType guid;
21 long importance;
22 long criticality;
23 RTCORBA::Priority desired_priority;
24 TimeBase::TimeT deadline;
25 TimeBase::TimeT estimated_initial_execution_time;
29 #endif /* KOKYU_DSRT_QOS_PIDL */