summaryrefslogtreecommitdiff
path: root/TAO/tao/RTScheduling
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-01-24 16:37:36 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-01-24 16:37:36 +0000
commitdaf9121a64600accf99d8fb989303b5d54a5407b (patch)
treed2fb2bdcd1d89b5d09e16014280cd072e368331e /TAO/tao/RTScheduling
parent5291e855dd46f805d6aa5f46b99654e26655d19e (diff)
downloadATCD-daf9121a64600accf99d8fb989303b5d54a5407b.tar.gz
Diffstat (limited to 'TAO/tao/RTScheduling')
-rw-r--r--TAO/tao/RTScheduling/RTScheduler_Initializer.cpp4
-rw-r--r--TAO/tao/RTScheduling/Request_Interceptor.cpp4
2 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/RTScheduling/RTScheduler_Initializer.cpp b/TAO/tao/RTScheduling/RTScheduler_Initializer.cpp
index 44f47149ffe..b88594c4c84 100644
--- a/TAO/tao/RTScheduling/RTScheduler_Initializer.cpp
+++ b/TAO/tao/RTScheduling/RTScheduler_Initializer.cpp
@@ -52,7 +52,7 @@ void
"\"PortableInterceptor::ORBInitInfo_ptr\" to\n"
"(%P|%t) \"TAO_ORBInitInfo *.\"\n"));
- throw ( ::CORBA::INTERNAL ());
+ throw ::CORBA::INTERNAL ();
}
@@ -153,7 +153,7 @@ TAO_RTScheduler_ORB_Initializer::post_init (PortableInterceptor::ORBInitInfo_ptr
ACE_DEBUG ((LM_DEBUG,
"(%P|%t) ::post_init \n"
"(%P|%t) Unable to narrow to RTCORBA::Current\n"));
- throw ( ::CORBA::INTERNAL ());
+ throw ::CORBA::INTERNAL ();
}
this->current_->rt_current (rt_current.in ());
diff --git a/TAO/tao/RTScheduling/Request_Interceptor.cpp b/TAO/tao/RTScheduling/Request_Interceptor.cpp
index 87aeead2e8b..aabeae14ece 100644
--- a/TAO/tao/RTScheduling/Request_Interceptor.cpp
+++ b/TAO/tao/RTScheduling/Request_Interceptor.cpp
@@ -74,7 +74,7 @@ Client_Interceptor::send_request (PortableInterceptor::ClientRequestInfo_ptr ri)
{
ACE_DEBUG ((LM_DEBUG,
"No Scheduling Segment Context\n"));
- throw ( ::CORBA::INTERNAL ());
+ throw ::CORBA::INTERNAL ();
}
@@ -359,7 +359,7 @@ Server_Interceptor::receive_request (PortableInterceptor::ServerRequestInfo_ptr
if (result != 0)
{
- throw ( ::CORBA::INTERNAL ());
+ throw ::CORBA::INTERNAL ();
}
// Create new temporary current. Note that the new <sched_param> is