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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tests/Collocation/Collocation_Tester.h b/TAO/tests/Collocation/Collocation_Tester.h
index 584710a098a..ee51d2fa1f0 100644
--- a/TAO/tests/Collocation/Collocation_Tester.h
+++ b/TAO/tests/Collocation/Collocation_Tester.h
@@ -29,19 +29,19 @@ class Collocation_Test
public:
Collocation_Test (void);
- void shutdown (CORBA::Environment &ACE_TRY_ENV);
+ void shutdown (TAO_ENV_SINGLE_ARG_DECL);
- int init (int argc, char *argv[], CORBA::Environment &);
+ int init (int argc, char *argv[] TAO_ENV_ARG_DECL_NOT_USED);
// Initializing the Collocation_Test object.
int parse_args (int argc, char *argv[]);
// Parse the test specific arguments.
- int test_narrow (CORBA::Environment &);
+ int test_narrow (TAO_ENV_SINGLE_ARG_DECL_NOT_USED);
// This test narrow an object reference to its base class and see
// if it works correctly.
- int run (CORBA::Environment &);
+ int run (TAO_ENV_SINGLE_ARG_DECL_NOT_USED);
// Run the test.
private: