summaryrefslogtreecommitdiff
path: root/TAO/tao/Collocated_Invocation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Collocated_Invocation.cpp')
-rw-r--r--TAO/tao/Collocated_Invocation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Collocated_Invocation.cpp b/TAO/tao/Collocated_Invocation.cpp
index 167ad10b647..ee4d5e23f80 100644
--- a/TAO/tao/Collocated_Invocation.cpp
+++ b/TAO/tao/Collocated_Invocation.cpp
@@ -114,7 +114,7 @@ namespace TAO
return s;
#endif /*TAO_HAS_INTERCEPTORS */
}
- catch (const ::CORBA::Exception& ex)
+ catch ( ::CORBA::Exception& ex)
{
// Ignore exceptions for oneways
if (this->response_expected_ == false)