summaryrefslogtreecommitdiff
path: root/TAO/tao/Object_T.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
commitcd080eec9c415b6a118394ce352f43b1a99a5ea5 (patch)
tree5ebd0390906c1422767d746e55d40a7742c18a88 /TAO/tao/Object_T.cpp
parent0172e8e44bc1eeb4458e080a72decc25a7a48dc6 (diff)
downloadATCD-cd080eec9c415b6a118394ce352f43b1a99a5ea5.tar.gz
Mon Jan 29 19:11:14 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Object_T.cpp')
-rw-r--r--TAO/tao/Object_T.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Object_T.cpp b/TAO/tao/Object_T.cpp
index 7892e35bf4a..88f1186acbd 100644
--- a/TAO/tao/Object_T.cpp
+++ b/TAO/tao/Object_T.cpp
@@ -46,7 +46,7 @@ namespace TAO
0,
pbf);
}
- catch ( ::CORBA::Exception&)
+ catch (const ::CORBA::Exception&)
{
// Swallow the exception
return T::_nil ();