summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/big_union.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Param_Test/big_union.h')
-rw-r--r--TAO/tests/Param_Test/big_union.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/TAO/tests/Param_Test/big_union.h b/TAO/tests/Param_Test/big_union.h
index f08e0eac9c3..fc304337279 100644
--- a/TAO/tests/Param_Test/big_union.h
+++ b/TAO/tests/Param_Test/big_union.h
@@ -37,15 +37,13 @@ public:
BIG_UNION_N_BRANCHES = 12
};
- int run_sii_test (Param_Test_ptr objref
- ACE_ENV_ARG_DECL);
+ int run_sii_test (Param_Test_ptr objref);
// run the SII test
const char *opname (void) const;
// return operation name
- int init_parameters (Param_Test_ptr objref
- ACE_ENV_ARG_DECL);
+ int init_parameters (Param_Test_ptr objref);
// set values for parameters
int reset_parameters (void);
@@ -60,7 +58,7 @@ public:
void print_values (void);
// print all the values
- void dii_req_invoke (CORBA::Request * ACE_ENV_ARG_DECL_NOT_USED);
+ void dii_req_invoke (CORBA::Request *);
// invoke DII request with appropriate exception handling.
private: