summaryrefslogtreecommitdiff
path: root/TAO/tests/OBV/Forward/Test_impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/OBV/Forward/Test_impl.cpp')
-rw-r--r--TAO/tests/OBV/Forward/Test_impl.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/TAO/tests/OBV/Forward/Test_impl.cpp b/TAO/tests/OBV/Forward/Test_impl.cpp
index 8282676a725..c55d885f0a4 100644
--- a/TAO/tests/OBV/Forward/Test_impl.cpp
+++ b/TAO/tests/OBV/Forward/Test_impl.cpp
@@ -31,7 +31,6 @@ reflect_node (BaseNode* bn)
TreeController *
Test_impl::reflect (TreeController * tc)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
if (tc != 0)
{
@@ -43,7 +42,6 @@ Test_impl::reflect (TreeController * tc)
void
Test_impl::shutdown (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
this->orb_->shutdown (0);
}