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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/Param_Test/recursive_union.h b/TAO/tests/Param_Test/recursive_union.h
index 33870fecbf6..5ebeaac1dd7 100644
--- a/TAO/tests/Param_Test/recursive_union.h
+++ b/TAO/tests/Param_Test/recursive_union.h
@@ -36,14 +36,14 @@ public:
// dtor
int run_sii_test (Param_Test_ptr objref
- TAO_ENV_ARG_DECL);
+ ACE_ENV_ARG_DECL);
// run the SII test
const char *opname (void) const;
// return operation name
int init_parameters (Param_Test_ptr objref
- TAO_ENV_ARG_DECL);
+ ACE_ENV_ARG_DECL);
// set values for parameters
int reset_parameters (void);
@@ -59,7 +59,7 @@ public:
// print all the values
void dii_req_invoke (CORBA::Request *
- TAO_ENV_ARG_DECL_NOT_USED);
+ ACE_ENV_ARG_DECL_NOT_USED);
// invoke DII request with appropriate exception handling.
private: