summaryrefslogtreecommitdiff
path: root/TAO/tests/Server_Leaks/Ping_Service.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Server_Leaks/Ping_Service.cpp')
-rw-r--r--TAO/tests/Server_Leaks/Ping_Service.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/TAO/tests/Server_Leaks/Ping_Service.cpp b/TAO/tests/Server_Leaks/Ping_Service.cpp
index b2392e6dea6..e6c157058ea 100644
--- a/TAO/tests/Server_Leaks/Ping_Service.cpp
+++ b/TAO/tests/Server_Leaks/Ping_Service.cpp
@@ -12,13 +12,11 @@ Ping_Service::Ping_Service (CORBA::ORB_ptr orb)
void
Ping_Service::ping (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
}
void
Ping_Service::shutdown (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
this->orb_->shutdown (0);
}