summaryrefslogtreecommitdiff
path: root/ACE/ace/Deadlock_Free_TP_Reactor.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Deadlock_Free_TP_Reactor.inl')
-rw-r--r--ACE/ace/Deadlock_Free_TP_Reactor.inl6
1 files changed, 6 insertions, 0 deletions
diff --git a/ACE/ace/Deadlock_Free_TP_Reactor.inl b/ACE/ace/Deadlock_Free_TP_Reactor.inl
index 573ac5eb38a..6441d3f7f31 100644
--- a/ACE/ace/Deadlock_Free_TP_Reactor.inl
+++ b/ACE/ace/Deadlock_Free_TP_Reactor.inl
@@ -92,6 +92,12 @@ ACE_Deadlock_Free_TP_Reactor_Impl::get_annotation (ACE_Event_Handler* eh)
}
ACE_INLINE int
+ACE_Deadlock_Free_TP_Reactor_Impl::get_annotation (ACE_HANDLE h)
+{
+ return da_strategy_->get_annotation(h);
+}
+
+ACE_INLINE int
ACE_Deadlock_Free_TP_Reactor_Impl::add_annotation (ACE_Event_Handler* eh, int annotation)
{
return da_strategy_->add_annotation(eh->get_handle(), annotation);