summaryrefslogtreecommitdiff
path: root/TAO/tests/Client_Leaks/Process.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Client_Leaks/Process.cpp')
-rw-r--r--TAO/tests/Client_Leaks/Process.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/TAO/tests/Client_Leaks/Process.cpp b/TAO/tests/Client_Leaks/Process.cpp
index 9985fcfdfe0..8b6d7257784 100644
--- a/TAO/tests/Client_Leaks/Process.cpp
+++ b/TAO/tests/Client_Leaks/Process.cpp
@@ -13,14 +13,12 @@ Process::Process (CORBA::ORB_ptr orb)
CORBA::Long
Process::get_process_id (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
return ACE_OS::getpid ();
}
void
Process::shutdown (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
this->orb_->shutdown (0);
}