summaryrefslogtreecommitdiff
path: root/TAO/tests/CallbackTest/Service.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/CallbackTest/Service.cpp')
-rw-r--r--TAO/tests/CallbackTest/Service.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/tests/CallbackTest/Service.cpp b/TAO/tests/CallbackTest/Service.cpp
index f1d7494b043..c8563ef6ad7 100644
--- a/TAO/tests/CallbackTest/Service.cpp
+++ b/TAO/tests/CallbackTest/Service.cpp
@@ -23,7 +23,6 @@ Service::dump_results (void)
void
Service::run_test (Test::Callback_ptr callback)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
int exceptions =
this->call_are_you_there (callback);
@@ -56,7 +55,6 @@ Service::run_test (Test::Callback_ptr callback)
int
Service::call_are_you_there (Test::Callback_ptr callback)
- ACE_THROW_SPEC (())
{
ACE_DEBUG ((LM_DEBUG, "(%P|%t) - Service, calling are_you_there\n"));
const int iterations = 10;
@@ -82,7 +80,6 @@ Service::call_are_you_there (Test::Callback_ptr callback)
int
Service::call_test_oneway (Test::Callback_ptr callback)
- ACE_THROW_SPEC (())
{
ACE_DEBUG ((LM_DEBUG, "(%P|%t) - Service, calling test_oneway\n"));
const int iterations = 10;