summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Connect.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IIOP_Connect.i')
-rw-r--r--TAO/tao/IIOP_Connect.i14
1 files changed, 0 insertions, 14 deletions
diff --git a/TAO/tao/IIOP_Connect.i b/TAO/tao/IIOP_Connect.i
deleted file mode 100644
index 750dbe614fd..00000000000
--- a/TAO/tao/IIOP_Connect.i
+++ /dev/null
@@ -1,14 +0,0 @@
-// -*- C++ -*-
-// $Id$
-
-ACE_INLINE TAO_Transport *
-TAO_IIOP_Server_Connection_Handler::transport (void)
-{
- return &(this->transport_);
-}
-
-ACE_INLINE TAO_Transport *
-TAO_IIOP_Client_Connection_Handler::transport (void)
-{
- return &(this->transport_);
-}