summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-02-05 06:14:49 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-02-05 06:14:49 +0000
commitea46919c841978c700e5c7f0b769e0754955a524 (patch)
tree09b1efbf44fddd3e9b219b701e90d6c47344b78d
parent6f4f36f510e15f5a5e754015952f2b86879d2210 (diff)
downloadATCD-ea46919c841978c700e5c7f0b769e0754955a524.tar.gz
-rw-r--r--TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedEventChannel.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedEventChannel.inl b/TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedEventChannel.inl
index ec52c543383..708c9441933 100644
--- a/TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedEventChannel.inl
+++ b/TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedEventChannel.inl
@@ -164,7 +164,7 @@ TAO_CEC_TypedEventChannel::supported_interface (void) const
ACE_INLINE CORBA::RepositoryId
TAO_CEC_TypedEventChannel::base_interfaces (CORBA::ULong index) const
{
- return const_cast <CORBA::RepositoryId>(this->base_interfaces_[index]);
+ return this->base_interfaces_[index];
}
ACE_INLINE CORBA::ULong