summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/small_union.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Param_Test/small_union.h')
-rw-r--r--TAO/tests/Param_Test/small_union.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/Param_Test/small_union.h b/TAO/tests/Param_Test/small_union.h
index 0e6124c80e3..bea055565b4 100644
--- a/TAO/tests/Param_Test/small_union.h
+++ b/TAO/tests/Param_Test/small_union.h
@@ -34,14 +34,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);
@@ -56,7 +56,7 @@ public:
void print_values (void);
// print all the values
- void dii_req_invoke (CORBA::Request * TAO_ENV_ARG_DECL_NOT_USED);
+ void dii_req_invoke (CORBA::Request * ACE_ENV_ARG_DECL_NOT_USED);
// invoke DII request with appropriate exception handling.
private: