summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Connection_Handler.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IIOP_Connection_Handler.i')
-rw-r--r--TAO/tao/IIOP_Connection_Handler.i8
1 files changed, 8 insertions, 0 deletions
diff --git a/TAO/tao/IIOP_Connection_Handler.i b/TAO/tao/IIOP_Connection_Handler.i
new file mode 100644
index 00000000000..80f480a3663
--- /dev/null
+++ b/TAO/tao/IIOP_Connection_Handler.i
@@ -0,0 +1,8 @@
+// -*- C++ -*-
+// $Id$
+
+ACE_INLINE TAO_Transport *
+TAO_IIOP_Connection_Handler::transport (void)
+{
+ return &(this->transport_);
+}