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/Adapter_Registry.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/Adapter_Registry.cpp')
-rw-r--r-- | TAO/tao/Adapter_Registry.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Adapter_Registry.cpp b/TAO/tao/Adapter_Registry.cpp index 34fb70d6e0e..bfdf7fc5280 100644 --- a/TAO/tao/Adapter_Registry.cpp +++ b/TAO/tao/Adapter_Registry.cpp @@ -44,7 +44,7 @@ TAO_Adapter_Registry::close (int wait_for_completion) this->adapters_[i]->close (wait_for_completion); } } - catch (::CORBA::Exception&ex) + catch (const::CORBA::Exception&ex) { if (TAO_debug_level > 3) { |