summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/performance-tests/RTEvent/lib/RT_Class.inl
blob: 6f52979ea6bd56bcc04b6ece47de81b3560988a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
/**
 * @file RT_Class.inl
 *
 * @author Carlos O'Ryan <coryan@uci.edu>
 */

ACE_INLINE int
RT_Class::prc_sched_class () const
{
  return this->prc_sched_class_;
}

ACE_INLINE int
RT_Class::thr_sched_class () const
{
  return this->thr_sched_class_;
}

ACE_INLINE int
RT_Class::priority_process () const
{
  return this->priority_process_;
}

ACE_INLINE int
RT_Class::priority_high () const
{
  return this->priority_high_;
}

ACE_INLINE int
RT_Class::priority_low () const
{
  return this->priority_low_;
}