summaryrefslogtreecommitdiff
path: root/TAO/tests/Forwarding/test_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Forwarding/test_i.cpp')
-rw-r--r--TAO/tests/Forwarding/test_i.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/TAO/tests/Forwarding/test_i.cpp b/TAO/tests/Forwarding/test_i.cpp
index f133527feaf..120c6f7b96b 100644
--- a/TAO/tests/Forwarding/test_i.cpp
+++ b/TAO/tests/Forwarding/test_i.cpp
@@ -10,7 +10,6 @@ ACE_RCSID(Forwarding, test_i, "$Id$")
CORBA::Boolean
Simple_Server_i::test_is_a (const char * /* type */)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
// ACE_DEBUG ((LM_DEBUG, "(%P|%t) test_is_a %s\n", type));
return 0;
@@ -18,7 +17,6 @@ Simple_Server_i::test_is_a (const char * /* type */)
void
Simple_Server_i::shutdown (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
this->orb_->shutdown (0);
}