summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Connection_Handler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IIOP_Connection_Handler.cpp')
-rw-r--r--TAO/tao/IIOP_Connection_Handler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/IIOP_Connection_Handler.cpp b/TAO/tao/IIOP_Connection_Handler.cpp
index 01f0e6043e3..8dd55a7767b 100644
--- a/TAO/tao/IIOP_Connection_Handler.cpp
+++ b/TAO/tao/IIOP_Connection_Handler.cpp
@@ -121,7 +121,7 @@ TAO_IIOP_Connection_Handler::open (void*)
tph->server_protocol_properties_at_orb_level (protocol_properties);
}
}
- catch ( ::CORBA::Exception&)
+ catch (const ::CORBA::Exception&)
{
return -1;
}