summaryrefslogtreecommitdiff
path: root/TAO/tao
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
commitc51261ba764956e1d5ad1616f5b8f13568d88dc7 (patch)
treebe8bce82e7b24e2c298d0b105c53236321162bd5 /TAO/tao
parent7fbf0a07c74844db3138e74fcf71f7dcc504f3aa (diff)
downloadATCD-c51261ba764956e1d5ad1616f5b8f13568d88dc7.tar.gz
Diffstat (limited to 'TAO/tao')
-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 =