summaryrefslogtreecommitdiff
path: root/TAO/tao/Strategies/SHMIOP_Connection_Handler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Strategies/SHMIOP_Connection_Handler.cpp')
-rw-r--r--TAO/tao/Strategies/SHMIOP_Connection_Handler.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/tao/Strategies/SHMIOP_Connection_Handler.cpp b/TAO/tao/Strategies/SHMIOP_Connection_Handler.cpp
index 45d8f81c236..2f5a6b4c0d6 100644
--- a/TAO/tao/Strategies/SHMIOP_Connection_Handler.cpp
+++ b/TAO/tao/Strategies/SHMIOP_Connection_Handler.cpp
@@ -266,6 +266,12 @@ TAO_SHMIOP_Connection_Handler::add_transport_to_cache (void)
return cache.cache_transport (&prop, this->transport ());
}
+int
+TAO_SHMIOP_Connection_Handler::handle_write_ready (const ACE_Time_Value *t)
+{
+ return ACE::handle_write_ready (this->peer ().get_handle (), t);
+}
+
TAO_END_VERSIONED_NAMESPACE_DECL
#endif /*(TAO_HAS_SHMIOP) && (TAO_HAS_SHMIOP != 0) */