From ea46919c841978c700e5c7f0b769e0754955a524 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Mon, 5 Feb 2007 06:14:49 +0000 Subject: --- TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedEventChannel.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (this->base_interfaces_[index]); + return this->base_interfaces_[index]; } ACE_INLINE CORBA::ULong -- cgit v1.2.1