summaryrefslogtreecommitdiff
path: root/TAO/tao/AnyTypeCode/Any_Array_Impl_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/AnyTypeCode/Any_Array_Impl_T.cpp')
-rw-r--r--TAO/tao/AnyTypeCode/Any_Array_Impl_T.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tao/AnyTypeCode/Any_Array_Impl_T.cpp b/TAO/tao/AnyTypeCode/Any_Array_Impl_T.cpp
index 4a8c57146cf..d4974745cca 100644
--- a/TAO/tao/AnyTypeCode/Any_Array_Impl_T.cpp
+++ b/TAO/tao/AnyTypeCode/Any_Array_Impl_T.cpp
@@ -11,7 +11,6 @@
#include "tao/CDR.h"
#include "tao/SystemException.h"
-#include "ace/CORBA_macros.h"
#include "ace/Auto_Ptr.h"
#if !defined (__ACE_INLINE__)
@@ -121,7 +120,7 @@ TAO::Any_Array_Impl_T<T_slice, T_forany>::extract (const CORBA::Any & any,
// Duplicated by Any_Impl base class constructor.
::CORBA::release (any_tc);
}
- catch ( ::CORBA::Exception&)
+ catch (const ::CORBA::Exception&)
{
}