summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/QoSProperties.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/QoSProperties.inl')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/QoSProperties.inl25
1 files changed, 0 insertions, 25 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/QoSProperties.inl b/TAO/orbsvcs/orbsvcs/Notify/QoSProperties.inl
deleted file mode 100644
index e331e8b1046..00000000000
--- a/TAO/orbsvcs/orbsvcs/Notify/QoSProperties.inl
+++ /dev/null
@@ -1,25 +0,0 @@
-// $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_;
-}