summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Transport.h
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-21 01:56:55 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-21 01:56:55 +0000
commit5eb553c7765887857730a8cc3a9a843032038cd4 (patch)
tree70aa5c98f8c2ab40718565fac79bfb1e67f66cbc /TAO/tao/IIOP_Transport.h
parentf0cff8ed706c9f66655cdb06e6d9233711f4cc83 (diff)
downloadATCD-5eb553c7765887857730a8cc3a9a843032038cd4.tar.gz
ChangeLogTag: Mon Nov 20 19:51:06 2000 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/IIOP_Transport.h')
-rw-r--r--TAO/tao/IIOP_Transport.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/tao/IIOP_Transport.h b/TAO/tao/IIOP_Transport.h
index 9049dbff429..0b52efb9f29 100644
--- a/TAO/tao/IIOP_Transport.h
+++ b/TAO/tao/IIOP_Transport.h
@@ -64,7 +64,7 @@ public:
// = The TAO_Transport methods, please check the documentation in
// "tao/Pluggable.h" for more details.
- virtual void close_connection (void);
+
virtual ACE_HANDLE handle (void);
@@ -120,6 +120,7 @@ public:
// = The TAO_Transport methods, please check the documentation in
// "tao/Pluggable.h" for more details.
+ virtual void close_connection (void);
virtual int idle (void);
virtual void start_request (TAO_ORB_Core *orb_core,
@@ -202,6 +203,7 @@ public:
// Default destructor
// Please see Pluggable.h for documentation
+ virtual void close_connection (void);
virtual int idle (void);
virtual TAO_IIOP_SVC_HANDLER *service_handler (void);