summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/recursive_union.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Param_Test/recursive_union.h')
-rw-r--r--TAO/tests/Param_Test/recursive_union.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/tests/Param_Test/recursive_union.h b/TAO/tests/Param_Test/recursive_union.h
index 3dad5de6eaf..d7faea6fef3 100644
--- a/TAO/tests/Param_Test/recursive_union.h
+++ b/TAO/tests/Param_Test/recursive_union.h
@@ -35,15 +35,15 @@ public:
~Test_Recursive_Union (void);
// dtor
- int run_sii_test (Param_Test_ptr objref,
- CORBA::Environment &env);
+ int run_sii_test (Param_Test_ptr objref
+ TAO_ENV_ARG_DECL);
// run the SII test
const char *opname (void) const;
// return operation name
- int init_parameters (Param_Test_ptr objref,
- CORBA::Environment &env);
+ int init_parameters (Param_Test_ptr objref
+ TAO_ENV_ARG_DECL);
// set values for parameters
int reset_parameters (void);
@@ -58,8 +58,8 @@ public:
void print_values (void);
// print all the values
- void dii_req_invoke (CORBA::Request *,
- CORBA::Environment &);
+ void dii_req_invoke (CORBA::Request *
+ TAO_ENV_ARG_DECL_NOT_USED);
// invoke DII request with appropriate exception handling.
private: