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 | 475ed1f274432cbe0bb302a95701e7151d7497f5 (patch) | |
tree | 5ebd0390906c1422767d746e55d40a7742c18a88 /TAO/tao/PortableServer/RequestProcessingStrategyServantLocator.cpp | |
parent | 9ffff6fd6ed34044cc2c02224f4fff03f8e35dab (diff) | |
download | ATCD-475ed1f274432cbe0bb302a95701e7151d7497f5.tar.gz |
Mon Jan 29 19:11:14 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/PortableServer/RequestProcessingStrategyServantLocator.cpp')
-rw-r--r-- | TAO/tao/PortableServer/RequestProcessingStrategyServantLocator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/PortableServer/RequestProcessingStrategyServantLocator.cpp b/TAO/tao/PortableServer/RequestProcessingStrategyServantLocator.cpp index 02693960ad4..1df11bca5bf 100644 --- a/TAO/tao/PortableServer/RequestProcessingStrategyServantLocator.cpp +++ b/TAO/tao/PortableServer/RequestProcessingStrategyServantLocator.cpp @@ -235,7 +235,7 @@ namespace TAO servant_upcall.servant () ); } - catch ( ::CORBA::Exception&) + catch (const ::CORBA::Exception&) { // Ignore errors from servant locator .... } |