summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Security/mixed_security_test/Foo_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Security/mixed_security_test/Foo_i.cpp')
-rw-r--r--TAO/orbsvcs/tests/Security/mixed_security_test/Foo_i.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/Security/mixed_security_test/Foo_i.cpp b/TAO/orbsvcs/tests/Security/mixed_security_test/Foo_i.cpp
index ccaf134b109..d994462047d 100644
--- a/TAO/orbsvcs/tests/Security/mixed_security_test/Foo_i.cpp
+++ b/TAO/orbsvcs/tests/Security/mixed_security_test/Foo_i.cpp
@@ -42,7 +42,7 @@ Foo_i::baz (void)
// we go into this method, not whether the method itself operates
// properly.
}
- catch (CORBA::Exception& ex)
+ catch (const CORBA::Exception& ex)
{
ACE_DEBUG ((LM_ERROR, "FOO (%P|%t) Caught exception, trying to obtain ClientCredentials"));
ex._tao_print_exception ("Exception");