summaryrefslogtreecommitdiff
path: root/TAO/tests/BiDirectional_DelayedUpcall/test_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/BiDirectional_DelayedUpcall/test_i.cpp')
-rw-r--r--TAO/tests/BiDirectional_DelayedUpcall/test_i.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/TAO/tests/BiDirectional_DelayedUpcall/test_i.cpp b/TAO/tests/BiDirectional_DelayedUpcall/test_i.cpp
index b79b40c2520..8c5391e8782 100644
--- a/TAO/tests/BiDirectional_DelayedUpcall/test_i.cpp
+++ b/TAO/tests/BiDirectional_DelayedUpcall/test_i.cpp
@@ -15,7 +15,6 @@ ACE_RCSID(BiDirectional_NestedUpcall, test_i, "$Id$")
void
Callback_i::shutdown (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
ACE_DEBUG ((LM_DEBUG, "Performing clean shutdown\n"));
this->orb_->shutdown (0);
@@ -23,7 +22,6 @@ Callback_i::shutdown (void)
void
Callback_i::callback_method (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
if (TAO_debug_level > 0)
ACE_DEBUG ((LM_DEBUG, "Callback method called \n"));
@@ -62,7 +60,6 @@ Simple_Server_i::handle_timeout (const ACE_Time_Value &,
CORBA::Long
Simple_Server_i::test_method (CORBA::Boolean do_callback)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
if (do_callback)
{
@@ -88,7 +85,6 @@ Simple_Server_i::test_method (CORBA::Boolean do_callback)
void
Simple_Server_i::callback_object (Callback_ptr callback
)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
// Store the callback object
this->callback_ = Callback::_duplicate (callback);
@@ -97,7 +93,6 @@ Simple_Server_i::callback_object (Callback_ptr callback
void
Simple_Server_i::shutdown (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
this->orb_->shutdown (false);
}