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.h8
1 files changed, 3 insertions, 5 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 634167f5f35..986f17c75e4 100644
--- a/TAO/tests/RTCORBA/Priority_Inversion_With_Bands/test_i.h
+++ b/TAO/tests/RTCORBA/Priority_Inversion_With_Bands/test_i.h
@@ -22,18 +22,16 @@ public:
RTCORBA::Priority high_priority);
/// Initialize the server.
- void initialize (CORBA::ULong total_iterations
- ACE_ENV_ARG_DECL)
+ void initialize (CORBA::ULong total_iterations)
ACE_THROW_SPEC ((CORBA::SystemException));
/// Test method.
void method (CORBA::ULong work,
- const char *iteration
- ACE_ENV_ARG_DECL)
+ const char *iteration)
ACE_THROW_SPEC ((CORBA::SystemException));
/// Our POA.
- PortableServer::POA_ptr _default_POA (ACE_ENV_SINGLE_ARG_DECL);
+ PortableServer::POA_ptr _default_POA (void);
/// Work (burn CPU).
void work (CORBA::ULong work);