summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/Redirection/Client_Request_Interceptor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/Redirection/Client_Request_Interceptor.cpp')
-rw-r--r--TAO/tests/Portable_Interceptors/Redirection/Client_Request_Interceptor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Portable_Interceptors/Redirection/Client_Request_Interceptor.cpp b/TAO/tests/Portable_Interceptors/Redirection/Client_Request_Interceptor.cpp
index 9cf394aa5b5..5ab71be7307 100644
--- a/TAO/tests/Portable_Interceptors/Redirection/Client_Request_Interceptor.cpp
+++ b/TAO/tests/Portable_Interceptors/Redirection/Client_Request_Interceptor.cpp
@@ -72,7 +72,7 @@ Client_Request_Interceptor::receive_exception (
this->orb_->string_to_object (this->forward_str_.in ());
// Notice that this is not a permanent forward.
- ACE_THROW (PortableInterceptor::ForwardRequest (forward.in ()));
+ throw PortableInterceptor::ForwardRequest (forward.in ());
}
void