summaryrefslogtreecommitdiff
path: root/TAO/tao/PI_Server/ServerRequestInfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PI_Server/ServerRequestInfo.cpp')
-rw-r--r--TAO/tao/PI_Server/ServerRequestInfo.cpp2
1 files changed, 1 insertions, 1 deletions
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);