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.inl14
1 files changed, 13 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/ThreadPool_Task.inl b/TAO/orbsvcs/orbsvcs/Notify/ThreadPool_Task.inl
index fbfedd2a6d5..27f363d90ce 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/ThreadPool_Task.inl
+++ b/TAO/orbsvcs/orbsvcs/Notify/ThreadPool_Task.inl
@@ -1,3 +1,15 @@
// $Id$
-#include "ThreadPool_Task.h"
+#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_;
+}