summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-01-27 06:13:12 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-01-27 06:13:12 +0000
commita3caa08b0290f6ae279897e62eadb7dbafee0934 (patch)
tree1e1b09bb8ca99127f5bfb3c852330e53a6afea68
parent05accd614683d422f8c38c9d2bd4b20f89d0d996 (diff)
downloadATCD-a3caa08b0290f6ae279897e62eadb7dbafee0934.tar.gz
-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)