summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Priority_Inversion_With_Bands/test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/RTCORBA/Priority_Inversion_With_Bands/test_i.h')
-rw-r--r--TAO/tests/RTCORBA/Priority_Inversion_With_Bands/test_i.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tests/RTCORBA/Priority_Inversion_With_Bands/test_i.h b/TAO/tests/RTCORBA/Priority_Inversion_With_Bands/test_i.h
index 986f17c75e4..a863fbd111e 100644
--- a/TAO/tests/RTCORBA/Priority_Inversion_With_Bands/test_i.h
+++ b/TAO/tests/RTCORBA/Priority_Inversion_With_Bands/test_i.h
@@ -22,13 +22,11 @@ public:
RTCORBA::Priority high_priority);
/// Initialize the server.
- void initialize (CORBA::ULong total_iterations)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ void initialize (CORBA::ULong total_iterations);
/// Test method.
void method (CORBA::ULong work,
- const char *iteration)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ const char *iteration);
/// Our POA.
PortableServer::POA_ptr _default_POA (void);