summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/CosEvent
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-01-28 15:56:34 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-01-28 15:56:34 +0000
commit2ce338847db2d4fb2a398ab1aca6dfc56fdd3e97 (patch)
treeea3bf16505af6f1653b00cd354fcc1910e6db6df /TAO/orbsvcs/orbsvcs/CosEvent
parent905e4b711051a3f0003cd024d65af2f13d2d2c75 (diff)
downloadATCD-2ce338847db2d4fb2a398ab1aca6dfc56fdd3e97.tar.gz
ChangeLogTag: Fri Jan 28 07:53:34 2005 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/CosEvent')
-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_);