summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/Redirection/test_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/Redirection/test_i.cpp')
-rw-r--r--TAO/tests/Portable_Interceptors/Redirection/test_i.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/TAO/tests/Portable_Interceptors/Redirection/test_i.cpp b/TAO/tests/Portable_Interceptors/Redirection/test_i.cpp
index e5a76646be9..189b2447c94 100644
--- a/TAO/tests/Portable_Interceptors/Redirection/test_i.cpp
+++ b/TAO/tests/Portable_Interceptors/Redirection/test_i.cpp
@@ -19,14 +19,12 @@ test_i::~test_i (void)
CORBA::Short
test_i::number (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
return this->number_;
}
void
test_i::shutdown (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
ACE_DEBUG ((LM_DEBUG,
"Server is shutting down via object %d.\n",