summaryrefslogtreecommitdiff
path: root/TAO/examples/PluggableUDP/DIOP/DIOP_Connection_Handler.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/PluggableUDP/DIOP/DIOP_Connection_Handler.i')
-rw-r--r--TAO/examples/PluggableUDP/DIOP/DIOP_Connection_Handler.i5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/examples/PluggableUDP/DIOP/DIOP_Connection_Handler.i b/TAO/examples/PluggableUDP/DIOP/DIOP_Connection_Handler.i
index 7f2b3228624..64a787b1faf 100644
--- a/TAO/examples/PluggableUDP/DIOP/DIOP_Connection_Handler.i
+++ b/TAO/examples/PluggableUDP/DIOP/DIOP_Connection_Handler.i
@@ -1,3 +1,8 @@
// -*- C++ -*-
// $Id$
+ACE_INLINE TAO_Transport *
+TAO_DIOP_Connection_Handler::transport (void)
+{
+ return &(this->transport_);
+}