diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-01-24 13:42:44 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-01-24 13:42:44 +0000 |
commit | 63a3c576735a0045e88fafd434917ab9df4670d4 (patch) | |
tree | 847cc2e50062a205e1c6b9d74eafe66e135e9b73 /TAO/tao/IIOP_Connector.cpp | |
parent | f8f8bd276e46bdb451392edc637df8683b6f24c6 (diff) | |
download | ATCD-63a3c576735a0045e88fafd434917ab9df4670d4.tar.gz |
Wed Jan 24 12:25:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/IIOP_Connector.cpp')
-rw-r--r-- | TAO/tao/IIOP_Connector.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
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; } |