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.i12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/tao/IIOP_Connection_Handler.i b/TAO/tao/IIOP_Connection_Handler.i
index 750dbe614fd..941eb12b392 100644
--- a/TAO/tao/IIOP_Connection_Handler.i
+++ b/TAO/tao/IIOP_Connection_Handler.i
@@ -2,13 +2,13 @@
// $Id$
ACE_INLINE TAO_Transport *
-TAO_IIOP_Server_Connection_Handler::transport (void)
+TAO_IIOP_Connection_Handler::transport (void)
{
return &(this->transport_);
}
-ACE_INLINE TAO_Transport *
-TAO_IIOP_Client_Connection_Handler::transport (void)
-{
- return &(this->transport_);
-}
+//ACE_INLINE TAO_Transport *
+//TAO_IIOP_Client_Connection_Handler::transport (void)
+//{
+// return &(this->transport_);
+//}