summaryrefslogtreecommitdiff
path: root/TAO/tests/Reliable_Oneways/Oneway_Receiver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Reliable_Oneways/Oneway_Receiver.cpp')
-rw-r--r--TAO/tests/Reliable_Oneways/Oneway_Receiver.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/tests/Reliable_Oneways/Oneway_Receiver.cpp b/TAO/tests/Reliable_Oneways/Oneway_Receiver.cpp
index a674abae643..a2e99ade4fc 100644
--- a/TAO/tests/Reliable_Oneways/Oneway_Receiver.cpp
+++ b/TAO/tests/Reliable_Oneways/Oneway_Receiver.cpp
@@ -13,14 +13,12 @@ Oneway_Receiver::Oneway_Receiver (CORBA::ORB_ptr orb)
void
Oneway_Receiver::raise_no_permission (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
throw CORBA::NO_PERMISSION ();
}
void
Oneway_Receiver::destroy (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
PortableServer::POA_var poa = this->_default_POA ();
@@ -32,7 +30,6 @@ Oneway_Receiver::destroy (void)
Test::Shutdown_Helper_ptr
Oneway_Receiver::get_shutdown_helper (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
Shutdown_Helper *shutdown_helper;
ACE_NEW_THROW_EX (shutdown_helper,