From c351274741c097459614dde25dbd673b6a1dc34d Mon Sep 17 00:00:00 2001 From: bala Date: Sun, 5 Nov 2000 14:08:17 +0000 Subject: *** empty log message *** --- TAO/tao/UIOP_Connect.cpp | 4 ++-- TAO/tao/UIOP_Connector.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TAO/tao/UIOP_Connect.cpp b/TAO/tao/UIOP_Connect.cpp index 7b2ae81f9d0..95d2cb4b616 100644 --- a/TAO/tao/UIOP_Connect.cpp +++ b/TAO/tao/UIOP_Connect.cpp @@ -129,8 +129,8 @@ TAO_UIOP_Server_Connection_Handler::open (void*) return -1; // Construct an UIOP_Endpoint object - TAO_UIOP_Endpoint endpoint (addr, - 0); + TAO_UIOP_Endpoint endpoint (addr); + // Construct a property object TAO_Base_Connection_Property prop (&endpoint); diff --git a/TAO/tao/UIOP_Connector.cpp b/TAO/tao/UIOP_Connector.cpp index 860e49bc8b3..a5ae1255ecc 100644 --- a/TAO/tao/UIOP_Connector.cpp +++ b/TAO/tao/UIOP_Connector.cpp @@ -185,7 +185,7 @@ TAO_UIOP_Connector::connect (TAO_Base_Connection_Property *prop, ACE_TEXT ("%s failed (%p)\n"), __FILE__, __LINE__, - uiop_endpoint->rendezvous_point () + uiop_endpoint->rendezvous_point (), "errno")); } return -1; -- cgit v1.2.1