diff options
author | bala <balanatarajan@users.noreply.github.com> | 2002-11-29 16:35:30 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2002-11-29 16:35:30 +0000 |
commit | e1b76a559b3727d2fa4b11f2a6645e8e49c8d589 (patch) | |
tree | e2db99d42f7c9c99984d987a89fa6ad187e4ce6f /TAO/tao/Connection_Handler.h | |
parent | 90966fe44ad459bd8fdae968bcdf99ac19d0dad9 (diff) | |
download | ATCD-e1b76a559b3727d2fa4b11f2a6645e8e49c8d589.tar.gz |
ChangeLogTag: Fri Nov 29 11:16:28 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Connection_Handler.h')
-rw-r--r-- | TAO/tao/Connection_Handler.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/Connection_Handler.h b/TAO/tao/Connection_Handler.h index a54eeee6ae9..81e7f7a2887 100644 --- a/TAO/tao/Connection_Handler.h +++ b/TAO/tao/Connection_Handler.h @@ -72,6 +72,10 @@ public: long incr_refcount (void); long decr_refcount (void); + /// Set the handler in <CODE>LF_EVENT_CONNECTION_CLOSE_WAIT </CODE> + /// state + void connection_close_wait (void); + /// Close the underlying connection. /** * Used by the ORB to actively close connections that are idle, |