diff options
author | yamuna <yamuna@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-08-07 04:51:08 +0000 |
---|---|---|
committer | yamuna <yamuna@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-08-07 04:51:08 +0000 |
commit | 81d1e89e478c4dea7312d39def9bc894f14c2d6a (patch) | |
tree | 41801f75d96eb6b0cd021680550ef141a5a24f5e /TAO/tao/Connection_Handler.h | |
parent | 19e2572e724e121232bbb61615eb1bf59e7f26cb (diff) | |
download | ATCD-81d1e89e478c4dea7312d39def9bc894f14c2d6a.tar.gz |
ChangelogTag: Wed Aug 7 24:35:45 2002 Yamuna Krishnamurthy <yamuna@oomworks.com>
Diffstat (limited to 'TAO/tao/Connection_Handler.h')
-rw-r--r-- | TAO/tao/Connection_Handler.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/tao/Connection_Handler.h b/TAO/tao/Connection_Handler.h index 8a928181f42..9cd265157fe 100644 --- a/TAO/tao/Connection_Handler.h +++ b/TAO/tao/Connection_Handler.h @@ -1,3 +1,4 @@ + // -*- C++ -*- //============================================================================= @@ -74,6 +75,10 @@ public: /// reference to this object can call the event handler methods. virtual int handle_input (ACE_HANDLE fd) = 0; + void update_protocol_properties (int send_buffer_size, + int recv_buffer_size, + int no_delay, + int enable_network_priority); protected: /// Return our TAO_ORB_Core pointer |