summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Dynamic_Thread_Pool/test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/RTCORBA/Dynamic_Thread_Pool/test_i.h')
-rw-r--r--TAO/tests/RTCORBA/Dynamic_Thread_Pool/test_i.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tests/RTCORBA/Dynamic_Thread_Pool/test_i.h b/TAO/tests/RTCORBA/Dynamic_Thread_Pool/test_i.h
index dbceb65c9ab..f6fa6a9fbee 100644
--- a/TAO/tests/RTCORBA/Dynamic_Thread_Pool/test_i.h
+++ b/TAO/tests/RTCORBA/Dynamic_Thread_Pool/test_i.h
@@ -22,12 +22,10 @@ public:
/// Test method.
CORBA::Long method (CORBA::Long client_id,
CORBA::Long iteration,
- CORBA::Long_out thread_count)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ CORBA::Long_out thread_count);
/// Shutdown the server.
- void shutdown (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ void shutdown (void);
/// Our POA.
PortableServer::POA_ptr _default_POA (void);