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/IORInterceptor | |
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/IORInterceptor')
-rw-r--r-- | TAO/tao/IORInterceptor/IORInterceptor_Adapter_Impl.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/IORInterceptor/IORInterceptor_Adapter_Impl.cpp b/TAO/tao/IORInterceptor/IORInterceptor_Adapter_Impl.cpp index 8d175bb9826..e09b1b72eaf 100644 --- a/TAO/tao/IORInterceptor/IORInterceptor_Adapter_Impl.cpp +++ b/TAO/tao/IORInterceptor/IORInterceptor_Adapter_Impl.cpp @@ -84,7 +84,7 @@ TAO_IORInterceptor_Adapter_Impl::establish_components ( info.in () ); } - catch ( ::CORBA::Exception& ex) + catch (const ::CORBA::Exception& ex) { // According to the Portable Interceptors specification, // IORInterceptor::establish_components() must not throw an @@ -153,7 +153,7 @@ TAO_IORInterceptor_Adapter_Impl::components_established ( ); } } - catch ( ::CORBA::Exception&) + catch (const ::CORBA::Exception&) { throw ::CORBA::OBJ_ADAPTER (CORBA::OMGVMCID | 6, CORBA::COMPLETED_NO); |