summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/tao/Synch_Invocation.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Synch_Invocation.cpp b/TAO/tao/Synch_Invocation.cpp
index 1256568795b..d1b4d7cc30d 100644
--- a/TAO/tao/Synch_Invocation.cpp
+++ b/TAO/tao/Synch_Invocation.cpp
@@ -211,7 +211,7 @@ namespace TAO
if (s != TAO_INVOKE_SUCCESS)
return s;
}
- catch (const ::CORBA::Exception& ex)
+ catch ( ::CORBA::Exception& ex)
{
#if TAO_HAS_INTERCEPTORS == 1
PortableInterceptor::ReplyStatus const status =
@@ -713,7 +713,7 @@ namespace TAO
this->receive_other_interception ();
#endif /*TAO_HAS_INTERCEPTORS */
}
- catch (const ::CORBA::Exception& ex)
+ catch ( ::CORBA::Exception& ex)
{
#if TAO_HAS_INTERCEPTORS == 1
PortableInterceptor::ReplyStatus const status =