diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-01-29 19:18:13 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-01-29 19:18:13 +0000 |
commit | cd080eec9c415b6a118394ce352f43b1a99a5ea5 (patch) | |
tree | 5ebd0390906c1422767d746e55d40a7742c18a88 /TAO/tao/Object_T.cpp | |
parent | 0172e8e44bc1eeb4458e080a72decc25a7a48dc6 (diff) | |
download | ATCD-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.cpp | 2 |
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 (); |