summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Logging_Service
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2002-10-25 00:40:19 +0000
committerbala <balanatarajan@users.noreply.github.com>2002-10-25 00:40:19 +0000
commitb5bf0a84214643cf9ebe78b9af6d25b5e88819ae (patch)
tree7186f9cc2016f800491b0c27a7e73fb24ce91220 /TAO/orbsvcs/Logging_Service
parent90fbb0ec72c125c24f9cd0a59702b02d00f1b4be (diff)
downloadATCD-b5bf0a84214643cf9ebe78b9af6d25b5e88819ae.tar.gz
ChangeLogTag: Thu Oct 24 19:32:08 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs/Logging_Service')
-rw-r--r--TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.cpp b/TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.cpp
index 7a29cc7f065..f5c11d7cda3 100644
--- a/TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.cpp
+++ b/TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.cpp
@@ -93,8 +93,7 @@ Notify_Logging_Service::init (int argc, char *argv[]
ACE_ASSERT (!CORBA::is_nil (this->naming_.in ()));
CosNaming::Name_var name =
- this->naming_->to_name (ACE_const_cast (const CosNaming::NamingContextExt::StringName,
- this->notify_factory_name_.c_str ())
+ this->naming_->to_name (this->notify_factory_name_.c_str ()
ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (-1);
@@ -166,8 +165,7 @@ Notify_Logging_Service::shutdown (ACE_ENV_SINGLE_ARG_DECL)
ACE_CHECK;
CosNaming::Name_var name =
- this->naming_->to_name (ACE_const_cast (const CosNaming::NamingContextExt::StringName,
- this->notify_factory_name_.c_str ())
+ this->naming_->to_name (this->notify_factory_name_.c_str ()
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;