summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Connection_Handler.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-01-29 19:18:13 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-01-29 19:18:13 +0000
commit475ed1f274432cbe0bb302a95701e7151d7497f5 (patch)
tree5ebd0390906c1422767d746e55d40a7742c18a88 /TAO/tao/IIOP_Connection_Handler.cpp
parent9ffff6fd6ed34044cc2c02224f4fff03f8e35dab (diff)
downloadATCD-475ed1f274432cbe0bb302a95701e7151d7497f5.tar.gz
Mon Jan 29 19:11:14 2007 Johnny Willemsen <jwillemsen@remedy.nl>
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;
}