summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2429_Regression/ChildServant.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_2429_Regression/ChildServant.cpp')
-rw-r--r--TAO/tests/Bug_2429_Regression/ChildServant.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/tests/Bug_2429_Regression/ChildServant.cpp b/TAO/tests/Bug_2429_Regression/ChildServant.cpp
index 5f7ad67d59d..9f81ba41932 100644
--- a/TAO/tests/Bug_2429_Regression/ChildServant.cpp
+++ b/TAO/tests/Bug_2429_Regression/ChildServant.cpp
@@ -9,14 +9,12 @@ ChildServant::ChildServant(CORBA::ORB_ptr orb)
void
ChildServant::childMethod ()
-ACE_THROW_SPEC ((CORBA::SystemException))
{
// No-op
}
void
ChildServant::parentMethod ()
-ACE_THROW_SPEC((CORBA::SystemException))
{
// Just throw an exception
throw CORBA::INTERNAL ();
@@ -24,7 +22,6 @@ ACE_THROW_SPEC((CORBA::SystemException))
void
ChildServant::shutdown ()
-ACE_THROW_SPEC((CORBA::SystemException))
{
this->orb_->shutdown(0);
}