summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/short.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Param_Test/short.h')
-rw-r--r--TAO/tests/Param_Test/short.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/Param_Test/short.h b/TAO/tests/Param_Test/short.h
index 2304e0f2671..5157b673c74 100644
--- a/TAO/tests/Param_Test/short.h
+++ b/TAO/tests/Param_Test/short.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: