summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/QoSProperties.inl
blob: e331e8b104622806d356eaed2cb1d1ff9ee34fd0 (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
// $Id$

ACE_INLINE const TAO_NS_Property_ThreadPool&
TAO_NS_QoSProperties::thread_pool (void) const
{
  return this->thread_pool_;
}

ACE_INLINE const TAO_NS_Property_ThreadPoolLanes&
TAO_NS_QoSProperties::thread_pool_lane (void) const
{
  return this->thread_pool_lane_;
}

ACE_INLINE const TAO_NS_Property_Long&
TAO_NS_QoSProperties::maximum_batch_size (void) const
{
  return this->maximum_batch_size_;
}

ACE_INLINE const TAO_NS_Property_Time&
TAO_NS_QoSProperties::pacing_interval (void) const
{
  return this->pacing_interval_;
}