summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/ThreadPool_Task.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/ThreadPool_Task.inl')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/ThreadPool_Task.inl15
1 files changed, 0 insertions, 15 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/ThreadPool_Task.inl b/TAO/orbsvcs/orbsvcs/Notify/ThreadPool_Task.inl
deleted file mode 100644
index 27f363d90ce..00000000000
--- a/TAO/orbsvcs/orbsvcs/Notify/ThreadPool_Task.inl
+++ /dev/null
@@ -1,15 +0,0 @@
-// $Id$
-
-#include "Buffering_Strategy.h"
-
-ACE_INLINE void
-TAO_NS_ThreadPool_Task::update_qos_properties (const TAO_NS_QoSProperties& qos_properties)
-{
- this->buffering_strategy_->update_qos_properties (qos_properties);
-}
-
-ACE_INLINE TAO_NS_Buffering_Strategy*
-TAO_NS_ThreadPool_Task::buffering_strategy (void)
-{
- return this->buffering_strategy_;
-}