From 0bf7a00f5bba9d81fc7cedfbe9a2177a7e52a25c Mon Sep 17 00:00:00 2001 From: oci Date: Fri, 4 May 2001 19:12:53 +0000 Subject: ChangeLogTag: Fri May 4 14:11:36 2001 Chad Elliott --- TAO/tao/Transport.h | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'TAO/tao/Transport.h') diff --git a/TAO/tao/Transport.h b/TAO/tao/Transport.h index 04ec3c06c71..68f674088de 100644 --- a/TAO/tao/Transport.h +++ b/TAO/tao/Transport.h @@ -211,10 +211,16 @@ public: /** * Called by the cache when the cache is closing in order to fill * in a handle_set in a lock-safe manner. - * @param handle_set the ACE_Handle_Set into which the transport - * should place any handle registered with the reactor + * + * @param reactor_registered the ACE_Handle_Set into which the + * transport should place any handle registered with the reactor + * + * @param unregistered the TAO_EventHandlerSet into which the + * transport should place any event handler that is not registered + * with anyone */ - void provide_handle (ACE_Handle_Set &handle_set); + void provide_handle (ACE_Handle_Set &reactor_registered, + TAO_EventHandlerSet &unregistered); /// Extracts the list of listen points from the stream. The /// list would have the protocol specific details of the -- cgit v1.2.1