summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Bug_2709_Regression/TestImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Bug_2709_Regression/TestImpl.cpp')
-rw-r--r--TAO/orbsvcs/tests/Bug_2709_Regression/TestImpl.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/Bug_2709_Regression/TestImpl.cpp b/TAO/orbsvcs/tests/Bug_2709_Regression/TestImpl.cpp
index 2f7fb7e268b..08916607cda 100644
--- a/TAO/orbsvcs/tests/Bug_2709_Regression/TestImpl.cpp
+++ b/TAO/orbsvcs/tests/Bug_2709_Regression/TestImpl.cpp
@@ -10,7 +10,6 @@ TestImpl::TestImpl (CORBA::ORB_ptr orb)
// virtual
void TestImpl::myMethod (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
ACE_DEBUG ((LM_ERROR, "(%P): TestImpl::myMethod called!.\n") );
}
@@ -18,7 +17,6 @@ void TestImpl::myMethod (void)
// virtual
void TestImpl::shutdown (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
// Give the client thread time to return from the collocated
// call to this method before shutting down the ORB. We sleep