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, 1 insertions, 5 deletions
diff --git a/TAO/tests/Param_Test/recursive_union.h b/TAO/tests/Param_Test/recursive_union.h
index 0b371d5489b..3dad5de6eaf 100644
--- a/TAO/tests/Param_Test/recursive_union.h
+++ b/TAO/tests/Param_Test/recursive_union.h
@@ -39,10 +39,6 @@ public:
CORBA::Environment &env);
// run the SII test
- int add_args (CORBA::NVList_ptr nvlist,
- CORBA::NVList_ptr retval,
- CORBA::Environment &env);
- // add args to NVList for DII
const char *opname (void) const;
// return operation name
@@ -62,7 +58,7 @@ public:
void print_values (void);
// print all the values
- void dii_req_invoke (CORBA::Request *,
+ void dii_req_invoke (CORBA::Request *,
CORBA::Environment &);
// invoke DII request with appropriate exception handling.