summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedEventChannel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedEventChannel.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedEventChannel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedEventChannel.cpp b/TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedEventChannel.cpp
index 1e5c3d7abdc..e3d4f923b2f 100644
--- a/TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedEventChannel.cpp
+++ b/TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedEventChannel.cpp
@@ -223,11 +223,11 @@ TAO_CEC_TypedEventChannel::clear_ifr_cache (void)
if (TAO_debug_level >= 10)
{
ACE_DEBUG ((LM_DEBUG, "***** Destroying operation %s from ifr cache *****\n",
- ACE_const_cast (char *, (*i).ext_id_)));
+ const_cast<char *> ((*i).ext_id_)));
}
// Deallocate the operation
- CORBA::string_free (ACE_const_cast (char *, (*i).ext_id_));
+ CORBA::string_free (const_cast<char *> ((*i).ext_id_));
// Destroy the parameter
delete ((*i).int_id_);