summaryrefslogtreecommitdiff
path: root/TAO/tests/Single_Read/test_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Single_Read/test_i.cpp')
-rw-r--r--TAO/tests/Single_Read/test_i.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/TAO/tests/Single_Read/test_i.cpp b/TAO/tests/Single_Read/test_i.cpp
index edf2618af87..0d1ad577560 100644
--- a/TAO/tests/Single_Read/test_i.cpp
+++ b/TAO/tests/Single_Read/test_i.cpp
@@ -13,7 +13,6 @@ test_i::test_i (CORBA::ORB_ptr orb)
void
test_i::method (CORBA::ULong request_number,
const test::data &)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
ACE_DEBUG ((LM_DEBUG,
ACE_TEXT ("server: Iteration %d @ %T\n"),
@@ -28,7 +27,6 @@ test_i::method (CORBA::ULong request_number,
void
test_i::shutdown (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
ACE_DEBUG ((LM_DEBUG,
"(%P|%t) About to invoke shudown... "));