summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-01-27 06:12:31 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-01-27 06:12:31 +0000
commit05accd614683d422f8c38c9d2bd4b20f89d0d996 (patch)
tree895905b7100c5d4820a9219aca1cfaff20a5d65b
parentabad421baa4d0f156a6fb0b249c51a6c4fd61828 (diff)
downloadATCD-05accd614683d422f8c38c9d2bd4b20f89d0d996.tar.gz
-rw-r--r--TAO/tao/PortableServer/Direct_Collocation_Upcall_Wrapper.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/PortableServer/Direct_Collocation_Upcall_Wrapper.cpp b/TAO/tao/PortableServer/Direct_Collocation_Upcall_Wrapper.cpp
index e064b8ec78a..0c521f8e592 100644
--- a/TAO/tao/PortableServer/Direct_Collocation_Upcall_Wrapper.cpp
+++ b/TAO/tao/PortableServer/Direct_Collocation_Upcall_Wrapper.cpp
@@ -49,14 +49,14 @@ TAO::Direct_Collocation_Upcall_Wrapper::upcall (
num_args);
}
#if (TAO_HAS_MINIMUM_CORBA == 0) && !defined (CORBA_E_COMPACT) && !defined (CORBA_E_MICRO)
- catch ( ::PortableServer::ForwardRequest& forward_request)
+ catch (const ::PortableServer::ForwardRequest& forward_request)
{
forward_obj =
CORBA::Object::_duplicate (forward_request.forward_reference.in ());
return;
}
#else
- catch ( ::CORBA::Exception& ex)
+ catch (const ::CORBA::Exception&)
{
ACE_UNUSED_ARG (forward_obj);
throw;