summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/var_struct.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Param_Test/var_struct.h')
-rw-r--r--TAO/tests/Param_Test/var_struct.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/TAO/tests/Param_Test/var_struct.h b/TAO/tests/Param_Test/var_struct.h
index aab34fe5247..79f15ff4ded 100644
--- a/TAO/tests/Param_Test/var_struct.h
+++ b/TAO/tests/Param_Test/var_struct.h
@@ -34,15 +34,13 @@ public:
~Test_Var_Struct (void);
// dtor
- 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);
@@ -57,7 +55,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: