diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-10-15 22:24:07 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-10-15 22:24:07 +0000 |
commit | dfcade4b70d954ac54782643fe6fc3f056deedf6 (patch) | |
tree | 3823a79c4e0bc9dc0cfa3c05cebfe79668d32e71 /TAO/tao/UIOP_Connect.h | |
parent | 577da255f54eff71e2163f7b63bca22be8b1aa19 (diff) | |
download | ATCD-dfcade4b70d954ac54782643fe6fc3f056deedf6.tar.gz |
ChangeLogTag:Fri Oct 15 17:17:02 1999 Irfan Pyarali <irfan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/UIOP_Connect.h')
-rw-r--r-- | TAO/tao/UIOP_Connect.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/TAO/tao/UIOP_Connect.h b/TAO/tao/UIOP_Connect.h index b1f8f00796b..231268ea81a 100644 --- a/TAO/tao/UIOP_Connect.h +++ b/TAO/tao/UIOP_Connect.h @@ -75,10 +75,14 @@ public: virtual int handle_input (ACE_HANDLE = ACE_INVALID_HANDLE); // Called when a response from a twoway invocation is available. + virtual int handle_timeout (const ACE_Time_Value &tv, + const void *arg = 0); + // Called when buffering timer expires. + virtual int handle_close (ACE_HANDLE = ACE_INVALID_HANDLE, ACE_Reactor_Mask = ACE_Event_Handler::NULL_MASK); // Perform appropriate closing. - + virtual int handle_close_i (ACE_HANDLE = ACE_INVALID_HANDLE, ACE_Reactor_Mask = ACE_Event_Handler::NULL_MASK); // Perform appropriate closing but without grabbing any locks. @@ -91,7 +95,7 @@ public: protected: int handle_cleanup (void); // This method deregisters the handler from the reactor and closes it. - + TAO_UIOP_Client_Transport transport_; // Reference to the transport object, it is owned by this class. |