summaryrefslogtreecommitdiff
path: root/TAO/tao/DynamicInterface/ExceptionList.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/DynamicInterface/ExceptionList.cpp')
-rw-r--r--TAO/tao/DynamicInterface/ExceptionList.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/TAO/tao/DynamicInterface/ExceptionList.cpp b/TAO/tao/DynamicInterface/ExceptionList.cpp
index ee0c7c39354..7263b740ba1 100644
--- a/TAO/tao/DynamicInterface/ExceptionList.cpp
+++ b/TAO/tao/DynamicInterface/ExceptionList.cpp
@@ -5,7 +5,6 @@ ACE_RCSID (DynamicInterface,
"$Id$")
#include "tao/AnyTypeCode/TypeCode.h"
-#include "tao/Environment.h"
#include "tao/SystemException.h"
#if !defined (__ACE_INLINE__)
@@ -58,8 +57,7 @@ CORBA::ExceptionList::item (CORBA::ULong slot)
if (this->tc_list_.get (tc, slot) == -1)
{
- ACE_THROW_RETURN (CORBA::TypeCode::Bounds (),
- CORBA::TypeCode::_nil ());
+ throw ::CORBA::TypeCode::Bounds ();
}
else
{