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