summaryrefslogtreecommitdiff
path: root/TAO/tao/PI_Server
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
commit26484869bb9ecb24427ece412d45c5e433f52714 (patch)
treed2fb2bdcd1d89b5d09e16014280cd072e368331e /TAO/tao/PI_Server
parente2e9d6f5d7ae8a6720df476eab6625e4c19934f8 (diff)
downloadATCD-26484869bb9ecb24427ece412d45c5e433f52714.tar.gz
Diffstat (limited to 'TAO/tao/PI_Server')
-rw-r--r--TAO/tao/PI_Server/ServerInterceptorAdapter.cpp4
-rw-r--r--TAO/tao/PI_Server/ServerRequestInfo.cpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/PI_Server/ServerInterceptorAdapter.cpp b/TAO/tao/PI_Server/ServerInterceptorAdapter.cpp
index eb4e2ef455f..27de9bb2643 100644
--- a/TAO/tao/PI_Server/ServerInterceptorAdapter.cpp
+++ b/TAO/tao/PI_Server/ServerInterceptorAdapter.cpp
@@ -119,7 +119,7 @@ TAO::ServerRequestInterceptor_Adapter_Impl::receive_request_service_contexts (
// evaluates to "true," then it is likely that a starting
// interception point was never invoked. This is of course, an
// internal error that must be corrected.
- throw ( ::CORBA::INTERNAL ());
+ throw ::CORBA::INTERNAL ();
}
try
@@ -259,7 +259,7 @@ TAO::ServerRequestInterceptor_Adapter_Impl::receive_request (
// evaluates to "true," then it is likely that a starting
// interception point was never invoked. This is of course, an
// internal error that must be corrected.
- throw ( ::CORBA::INTERNAL ());
+ throw ::CORBA::INTERNAL ();
}
TAO::ServerRequestInfo request_info (server_request,
diff --git a/TAO/tao/PI_Server/ServerRequestInfo.cpp b/TAO/tao/PI_Server/ServerRequestInfo.cpp
index b40652ee427..88efb7bffd9 100644
--- a/TAO/tao/PI_Server/ServerRequestInfo.cpp
+++ b/TAO/tao/PI_Server/ServerRequestInfo.cpp
@@ -513,7 +513,7 @@ TAO::ServerRequestInfo::set_slot (PortableInterceptor::SlotId id,
dynamic_cast <TAO::PICurrent*> (pi_current_obj);
if (pi_current == 0)
- throw ( ::CORBA::INTERNAL ());
+ throw ::CORBA::INTERNAL ();
pi_current->check_validity (id);