summaryrefslogtreecommitdiff
path: root/TAO/tests/TransportCurrent/lib/Server_Request_Interceptor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/TransportCurrent/lib/Server_Request_Interceptor.cpp')
-rw-r--r--TAO/tests/TransportCurrent/lib/Server_Request_Interceptor.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/TAO/tests/TransportCurrent/lib/Server_Request_Interceptor.cpp b/TAO/tests/TransportCurrent/lib/Server_Request_Interceptor.cpp
index 1f05e06e8ac..c0e7d2c218a 100644
--- a/TAO/tests/TransportCurrent/lib/Server_Request_Interceptor.cpp
+++ b/TAO/tests/TransportCurrent/lib/Server_Request_Interceptor.cpp
@@ -25,7 +25,6 @@ namespace Test
void
Server_Request_Interceptor::test_transport_current (const ACE_TCHAR* amethod)
- throw (CORBA::SystemException)
{
CORBA::String_var name (this->name ());
ACE_DEBUG ((LM_DEBUG,
@@ -71,48 +70,41 @@ namespace Test
char *
Server_Request_Interceptor::name (void)
- throw (CORBA::SystemException)
{
return CORBA::string_dup ("SRI ");
}
void
Server_Request_Interceptor::destroy (void)
- throw (CORBA::SystemException)
{
}
void
Server_Request_Interceptor::receive_request_service_contexts (PortableInterceptor::ServerRequestInfo_ptr)
- throw (CORBA::SystemException, PortableInterceptor::ForwardRequest)
{
test_transport_current ("receive_request_service_contexts");
}
void
Server_Request_Interceptor::receive_request (PortableInterceptor::ServerRequestInfo_ptr)
- throw (CORBA::SystemException, PortableInterceptor::ForwardRequest)
{
test_transport_current ("receive_request");
}
void
Server_Request_Interceptor::send_reply (PortableInterceptor::ServerRequestInfo_ptr)
- throw (CORBA::SystemException)
{
test_transport_current ("send_reply");
}
void
Server_Request_Interceptor::send_exception (PortableInterceptor::ServerRequestInfo_ptr)
- throw (CORBA::SystemException, PortableInterceptor::ForwardRequest)
{
test_transport_current ("send_exception");
}
void
Server_Request_Interceptor::send_other (PortableInterceptor::ServerRequestInfo_ptr)
- throw (CORBA::SystemException, PortableInterceptor::ForwardRequest)
{
test_transport_current ("send_other");
}