summaryrefslogtreecommitdiff
path: root/TAO/tests/ORT/ORT_test_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/ORT/ORT_test_i.cpp')
-rw-r--r--TAO/tests/ORT/ORT_test_i.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/TAO/tests/ORT/ORT_test_i.cpp b/TAO/tests/ORT/ORT_test_i.cpp
index 7d0dc6b4a6f..3477dd25651 100644
--- a/TAO/tests/ORT/ORT_test_i.cpp
+++ b/TAO/tests/ORT/ORT_test_i.cpp
@@ -13,14 +13,12 @@ ORT_test_i::ORT_test_i (CORBA::ORB_ptr orb)
CORBA::Boolean
ORT_test_i::request_server (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
return 0;
}
void
ORT_test_i::shutdown (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
this->orb_->shutdown (0);
}