summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-01-27 06:26:15 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-01-27 06:26:15 +0000
commit6bf340e1d60c53b40e11f3a8c09d4940fc703aa4 (patch)
treebe8bce82e7b24e2c298d0b105c53236321162bd5
parent1b33930d4a219d0abfbc8c22fbdd691d352b2e0a (diff)
downloadATCD-6bf340e1d60c53b40e11f3a8c09d4940fc703aa4.tar.gz
-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 =