summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-11 22:51:40 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-11 22:51:40 +0000
commit35e1925263b2c147b1e34673618b149cf1469359 (patch)
treedf109a424cb5528a2e93840caf6a2e4816715d92
parent0599de59bb2bce47efa2e6ccb41c8b9c5d9eb8db (diff)
downloadATCD-35e1925263b2c147b1e34673618b149cf1469359.tar.gz
ChangeLogTag:Thu Mar 11 14:30:05 1999 Carlos O'Ryan
<coryan@cs.wustl.edu>
-rw-r--r--TAO/orbsvcs/ImplRepo_Service/ImplRepo_i.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/TAO/orbsvcs/ImplRepo_Service/ImplRepo_i.cpp b/TAO/orbsvcs/ImplRepo_Service/ImplRepo_i.cpp
index 99f82cb4b91..8746ad341d4 100644
--- a/TAO/orbsvcs/ImplRepo_Service/ImplRepo_i.cpp
+++ b/TAO/orbsvcs/ImplRepo_Service/ImplRepo_i.cpp
@@ -28,7 +28,7 @@ ImplRepo_i::activate_object (CORBA::Object_ptr obj,
Implementation_Repository::INET_Addr *new_addr;
IIOP_Object *new_iiop_obj = 0;
- if (this->debug_level_ >= 1)
+ if (this->debug_level_ >= 1)
ACE_DEBUG ((LM_DEBUG,
"Activating Object: %s\n",
this->orb_manager_.orb ()->object_to_string (obj)));
@@ -53,7 +53,7 @@ ImplRepo_i::activate_object (CORBA::Object_ptr obj,
new_addr->port_,
iiop_pfile->object_key ()),
0);
-
+
// over write and possibly change the value set from
// that set by new_addr!
new_pfile->object_addr (&iiop_pfile->object_addr ());
@@ -194,11 +194,11 @@ ImplRepo_i::activate_server (const char *server,
if (this->repository_.get_hostport (server, host, port) != 0)
{
- ACE_ERROR_RETURN ((LM_ERROR,
- "ImplRepo_i::activate_server: "
- "cannot resolve server <%s>\n",
- server),
- address);
+ ACE_ERROR ((LM_ERROR,
+ "ImplRepo_i::activate_server: "
+ "cannot resolve server <%s>\n",
+ server));
+ return address;
}
address->host_ = CORBA::string_dup (host);