diff options
author | bala <balanatarajan@users.noreply.github.com> | 2002-10-25 00:40:19 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2002-10-25 00:40:19 +0000 |
commit | b5bf0a84214643cf9ebe78b9af6d25b5e88819ae (patch) | |
tree | 7186f9cc2016f800491b0c27a7e73fb24ce91220 /TAO/examples/RTCORBA/Activity | |
parent | 90fbb0ec72c125c24f9cd0a59702b02d00f1b4be (diff) | |
download | ATCD-b5bf0a84214643cf9ebe78b9af6d25b5e88819ae.tar.gz |
ChangeLogTag: Thu Oct 24 19:32:08 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
Diffstat (limited to 'TAO/examples/RTCORBA/Activity')
-rw-r--r-- | TAO/examples/RTCORBA/Activity/Activity.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/examples/RTCORBA/Activity/Activity.cpp b/TAO/examples/RTCORBA/Activity/Activity.cpp index 73a4eeb00fd..1d9a3966392 100644 --- a/TAO/examples/RTCORBA/Activity/Activity.cpp +++ b/TAO/examples/RTCORBA/Activity/Activity.cpp @@ -198,8 +198,7 @@ Activity::activate_job_list (ACE_ENV_SINGLE_ARG_DECL) const ACE_CString &job_name = job->name (); CosNaming::Name_var name = - this->naming_->to_name (ACE_const_cast (const CosNaming::NamingContextExt::StringName, - job_name.c_str ()) + this->naming_->to_name (job_name.c_str () ACE_ENV_ARG_PARAMETER); ACE_CHECK; |