summaryrefslogtreecommitdiff
path: root/TAO/tao/Strategies/UIOP_Connection_Handler.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Strategies/UIOP_Connection_Handler.inl')
-rw-r--r--TAO/tao/Strategies/UIOP_Connection_Handler.inl19
1 files changed, 19 insertions, 0 deletions
diff --git a/TAO/tao/Strategies/UIOP_Connection_Handler.inl b/TAO/tao/Strategies/UIOP_Connection_Handler.inl
new file mode 100644
index 00000000000..c79da486e4d
--- /dev/null
+++ b/TAO/tao/Strategies/UIOP_Connection_Handler.inl
@@ -0,0 +1,19 @@
+// -*- C++ -*-
+// $Id$
+
+#if TAO_HAS_UIOP == 1
+
+
+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 == 1 */