From 1ce4bfe566cacc77785f53a0133d4c40f1d4146b Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Wed, 24 Jan 2007 13:42:44 +0000 Subject: Wed Jan 24 12:25:12 UTC 2007 Johnny Willemsen --- TAO/tao/IIOP_Connector.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'TAO/tao/IIOP_Connector.cpp') diff --git a/TAO/tao/IIOP_Connector.cpp b/TAO/tao/IIOP_Connector.cpp index 3d509136a89..bf18d18008a 100644 --- a/TAO/tao/IIOP_Connector.cpp +++ b/TAO/tao/IIOP_Connector.cpp @@ -5,7 +5,6 @@ #include "tao/IIOP_Profile.h" #include "tao/debug.h" #include "tao/ORB_Core.h" -#include "tao/Environment.h" #include "tao/Protocols_Hooks.h" #include "tao/Connect_Strategy.h" #include "tao/Thread_Lane_Resources.h" @@ -644,7 +643,7 @@ TAO_IIOP_Connector::create_profile (TAO_InputCDR& cdr) } TAO_Profile * -TAO_IIOP_Connector::make_profile (ACE_ENV_SINGLE_ARG_DECL) +TAO_IIOP_Connector::make_profile (void) { // The endpoint should be of the form: // N.n@host:port/object_key @@ -659,7 +658,6 @@ TAO_IIOP_Connector::make_profile (ACE_ENV_SINGLE_ARG_DECL) 0, ENOMEM), CORBA::COMPLETED_NO)); - ACE_CHECK_RETURN (0); return profile; } -- cgit v1.2.1