summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/performance-tests/RTEvent/lib/RT_Class.inl
blob: a6a60d8e7a0f9782458af6b20266b60aca2486a4 (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
36
37
/**
 * @file RT_Class.inl
 *
 * $Id$
 *
 * @author Carlos O'Ryan <coryan@uci.edu>
 */

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

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

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

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

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