summaryrefslogtreecommitdiff
path: root/TAO/tao/UIOP_Connect.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/UIOP_Connect.i')
-rw-r--r--TAO/tao/UIOP_Connect.i18
1 files changed, 0 insertions, 18 deletions
diff --git a/TAO/tao/UIOP_Connect.i b/TAO/tao/UIOP_Connect.i
deleted file mode 100644
index 5747a3bb451..00000000000
--- a/TAO/tao/UIOP_Connect.i
+++ /dev/null
@@ -1,18 +0,0 @@
-// -*- C++ -*-
-// $Id$
-
-#if defined (TAO_HAS_UIOP)
-
-ACE_INLINE TAO_Transport *
-TAO_UIOP_Server_Connection_Handler::transport (void)
-{
- return &(this->transport_);
-}
-
-ACE_INLINE TAO_Transport *
-TAO_UIOP_Client_Connection_Handler::transport (void)
-{
- return &(this->transport_);
-}
-
-#endif /* TAO_HAS_UIOP */