summaryrefslogtreecommitdiff
path: root/TAO/tao/Transport.h
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2005-03-18 16:36:14 +0000
committerbala <balanatarajan@users.noreply.github.com>2005-03-18 16:36:14 +0000
commit700ddc43a5f0778d1db1ac1590b1e5093dcfddda (patch)
treed19b00e190b069cfd6171909d0162cf68e9117ab /TAO/tao/Transport.h
parentaee89763b5c955e471bd225c779fa76fd814e529 (diff)
downloadATCD-700ddc43a5f0778d1db1ac1590b1e5093dcfddda.tar.gz
ChangeLogTag:Fri Mar 18 10:34:48 2005 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Transport.h')
-rw-r--r--TAO/tao/Transport.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/TAO/tao/Transport.h b/TAO/tao/Transport.h
index b521afeaaed..0a8f84a6970 100644
--- a/TAO/tao/Transport.h
+++ b/TAO/tao/Transport.h
@@ -325,9 +325,14 @@ public:
* Called by the cache when the ORB is shuting down.
*
* @param handlers The TAO_Connection_Handler_Set into which the
- * transport should place its handler
+ * transport should place its handler if the transport has RW
+ * strategy on.
+ *
+ * @return true indicates a handler was added to the handler set.
+ * false indocates that the transport did not have a
+ * blockable handler that could be added.
*/
- void provide_blockable_handler (TAO::Connection_Handler_Set &handlers);
+ bool provide_blockable_handler (TAO::Connection_Handler_Set &handlers);
/// Register the handler with the reactor.
/**