summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Connector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IIOP_Connector.cpp')
-rw-r--r--TAO/tao/IIOP_Connector.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/IIOP_Connector.cpp b/TAO/tao/IIOP_Connector.cpp
index 8d3d8289756..09c3fcdf4d6 100644
--- a/TAO/tao/IIOP_Connector.cpp
+++ b/TAO/tao/IIOP_Connector.cpp
@@ -223,7 +223,7 @@ TAO_IIOP_Connector::make_profile (const char *endpoint,
//
// or:
//
- // //host:port/object_key
+ // //host:port/object_key
ACE_NEW_RETURN (profile,
TAO_IIOP_Profile (endpoint, ACE_TRY_ENV),
@@ -260,6 +260,7 @@ TAO_IIOP_Connector::check_prefix (const char *endpoint)
// Failure: not an IIOP IOR
// DO NOT throw an exception here.
}
+ // @@ Fred&Ossama: Could we just write return 1 outside the else?
}