summaryrefslogtreecommitdiff
path: root/TAO/tests/Crashed_Callback/Service.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Crashed_Callback/Service.cpp')
-rw-r--r--TAO/tests/Crashed_Callback/Service.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/tests/Crashed_Callback/Service.cpp b/TAO/tests/Crashed_Callback/Service.cpp
index d6a33d93d7a..04fb261c1b2 100644
--- a/TAO/tests/Crashed_Callback/Service.cpp
+++ b/TAO/tests/Crashed_Callback/Service.cpp
@@ -22,7 +22,6 @@ Service::dump_results (void)
void
Service::run_test (Test::Crashed_Callback_ptr callback)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
int pre_crash_exceptions =
this->call_are_you_there (callback);
@@ -65,7 +64,6 @@ Service::run_test (Test::Crashed_Callback_ptr callback)
int
Service::call_are_you_there (Test::Crashed_Callback_ptr callback)
- ACE_THROW_SPEC (())
{
ACE_DEBUG ((LM_DEBUG, "(%P|%t) - Service, calling are_you_there\n"));
const int iterations = 50;
@@ -87,7 +85,6 @@ Service::call_are_you_there (Test::Crashed_Callback_ptr callback)
int
Service::call_test_oneway (Test::Crashed_Callback_ptr callback)
- ACE_THROW_SPEC (())
{
ACE_DEBUG ((LM_DEBUG, "(%P|%t) - Service, calling test_oneway\n"));
const int iterations = 50;