summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1476_Regression/Sender_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_1476_Regression/Sender_i.cpp')
-rw-r--r--TAO/tests/Bug_1476_Regression/Sender_i.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/TAO/tests/Bug_1476_Regression/Sender_i.cpp b/TAO/tests/Bug_1476_Regression/Sender_i.cpp
index 311fba07133..142e4e6e2c5 100644
--- a/TAO/tests/Bug_1476_Regression/Sender_i.cpp
+++ b/TAO/tests/Bug_1476_Regression/Sender_i.cpp
@@ -15,7 +15,6 @@ Sender_i::~Sender_i (void)
void
Sender_i::active_objects (CORBA::ULong no_threads)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
this->active_objects_ = no_threads;
}
@@ -23,7 +22,6 @@ Sender_i::active_objects (CORBA::ULong no_threads)
void
Sender_i::send_ready_message (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
ACE_DEBUG ((LM_DEBUG,
"Received a call ...\n"));