summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2000-11-05 14:08:17 +0000
committerbala <balanatarajan@users.noreply.github.com>2000-11-05 14:08:17 +0000
commitc351274741c097459614dde25dbd673b6a1dc34d (patch)
tree6c7d7b9993494d9e4e015a88f909e2fa1db341fd
parent6657efa62c2271e5d9d67eef0557483977542ac8 (diff)
downloadATCD-c351274741c097459614dde25dbd673b6a1dc34d.tar.gz
*** empty log message ***
-rw-r--r--TAO/tao/UIOP_Connect.cpp4
-rw-r--r--TAO/tao/UIOP_Connector.cpp2
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;