Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / orbsvcs / performance-tests / RTEvent / lib / RT_Class.inl
blob6f52979ea6bd56bcc04b6ece47de81b3560988a5
1 /**
2  * @file RT_Class.inl
3  *
4  * @author Carlos O'Ryan <coryan@uci.edu>
5  */
7 ACE_INLINE int
8 RT_Class::prc_sched_class () const
10   return this->prc_sched_class_;
13 ACE_INLINE int
14 RT_Class::thr_sched_class () const
16   return this->thr_sched_class_;
19 ACE_INLINE int
20 RT_Class::priority_process () const
22   return this->priority_process_;
25 ACE_INLINE int
26 RT_Class::priority_high () const
28   return this->priority_high_;
31 ACE_INLINE int
32 RT_Class::priority_low () const
34   return this->priority_low_;