summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/ImplRepo_Service
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2003-05-07 14:03:14 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2003-05-07 14:03:14 +0000
commit4a823320a191be9ee1c3508fa89000fdcd7f37a9 (patch)
treeb2cc6742373d2d67df9e4c5dbfb566ccb5e42a42 /TAO/orbsvcs/ImplRepo_Service
parentf8e69a5b29097bae5f37052afb825724795cef91 (diff)
downloadATCD-4a823320a191be9ee1c3508fa89000fdcd7f37a9.tar.gz
ChangeLogTag: Wed May 7 08:43:14 2003 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs/ImplRepo_Service')
-rw-r--r--TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.cpp b/TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.cpp
index 2e1e846af08..fe2308a8e1c 100644
--- a/TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.cpp
+++ b/TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.cpp
@@ -639,7 +639,7 @@ ImR_Activator_i::reregister_server (const char *server,
ImplementationRepository::ServerObject_var ping_object =
ImplementationRepository::ServerObject::_narrow (object.in ()
- ACE_ENV_ARG_PARAMETER)
+ ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!CORBA::is_nil (ping_object.in ()))