diff options
author | bala <balanatarajan@users.noreply.github.com> | 2002-10-22 04:05:54 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2002-10-22 04:05:54 +0000 |
commit | 34601941fc60330b7f79f0fc72be1ff087b3e242 (patch) | |
tree | d880c443ad8630445fe84dc1edb257706575a052 /TAO/tao/IIOP_Connection_Handler.h | |
parent | 312ed9cf7ffc44100f5a88c2178d067341d500a5 (diff) | |
download | ATCD-34601941fc60330b7f79f0fc72be1ff087b3e242.tar.gz |
ChangeLogTag:Mon Oct 21 22:45:02 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/IIOP_Connection_Handler.h')
-rw-r--r-- | TAO/tao/IIOP_Connection_Handler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/IIOP_Connection_Handler.h b/TAO/tao/IIOP_Connection_Handler.h index 4f626c49bcb..2868103c8d8 100644 --- a/TAO/tao/IIOP_Connection_Handler.h +++ b/TAO/tao/IIOP_Connection_Handler.h @@ -112,6 +112,7 @@ public: /** @name Event Handler overloads */ virtual int resume_handler (void); + virtual int close_connection (void); virtual int handle_input (ACE_HANDLE); virtual int handle_output (ACE_HANDLE); virtual int handle_close (ACE_HANDLE, ACE_Reactor_Mask); @@ -144,7 +145,6 @@ protected: /** * @name TAO_Connection Handler overloads */ - void handle_close_i (void); virtual int release_os_resources (void); //@} |