summaryrefslogtreecommitdiff
path: root/TAO/tao/RTScheduling/RTScheduler_Loader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/RTScheduling/RTScheduler_Loader.cpp')
-rw-r--r--TAO/tao/RTScheduling/RTScheduler_Loader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/RTScheduling/RTScheduler_Loader.cpp b/TAO/tao/RTScheduling/RTScheduler_Loader.cpp
index 419a30d8468..f30e2dfa964 100644
--- a/TAO/tao/RTScheduling/RTScheduler_Loader.cpp
+++ b/TAO/tao/RTScheduling/RTScheduler_Loader.cpp
@@ -56,7 +56,7 @@ TAO_RTScheduler_Loader::init (int,
PortableInterceptor::register_orb_initializer (orb_initializer.in ()
);
}
- catch ( ::CORBA::Exception& ex)
+ catch (const ::CORBA::Exception& ex)
{
ex._tao_print_exception (
"Unexpected exception caught while initializing the RTScheduler:");