summaryrefslogtreecommitdiff
path: root/TAO/tests/Collocation/Collocation_Tester.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Collocation/Collocation_Tester.h')
-rw-r--r--TAO/tests/Collocation/Collocation_Tester.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/Collocation/Collocation_Tester.h b/TAO/tests/Collocation/Collocation_Tester.h
index 131e18003dd..fa8a0f690bf 100644
--- a/TAO/tests/Collocation/Collocation_Tester.h
+++ b/TAO/tests/Collocation/Collocation_Tester.h
@@ -29,7 +29,7 @@ class Collocation_Test
public:
Collocation_Test (void);
- void shutdown (ACE_ENV_SINGLE_ARG_DECL);
+ void shutdown (void);
int init (int argc, char *argv[] ACE_ENV_ARG_DECL_NOT_USED);
// Initializing the Collocation_Test object.
@@ -37,11 +37,11 @@ public:
int parse_args (int argc, char *argv[]);
// Parse the test specific arguments.
- int test_narrow (ACE_ENV_SINGLE_ARG_DECL_NOT_USED);
+ int test_narrow (void);
// This test narrow an object reference to its base class and see
// if it works correctly.
- int run (ACE_ENV_SINGLE_ARG_DECL_NOT_USED);
+ int run (void);
// Run the test.
private: