diff options
author | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-10-25 00:40:19 +0000 |
---|---|---|
committer | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-10-25 00:40:19 +0000 |
commit | 6add26de444f2ee728ab1f54d619eb6966f0237e (patch) | |
tree | 7186f9cc2016f800491b0c27a7e73fb24ce91220 /TAO/orbsvcs/Logging_Service | |
parent | 77514a55589ec9f60354b1960af4b6afc52c45dc (diff) | |
download | ATCD-6add26de444f2ee728ab1f54d619eb6966f0237e.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.cpp | 6 |
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; |