summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/except.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Param_Test/except.h')
-rw-r--r--TAO/tests/Param_Test/except.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/TAO/tests/Param_Test/except.h b/TAO/tests/Param_Test/except.h
index 8b28c39e956..0defca2bfbc 100644
--- a/TAO/tests/Param_Test/except.h
+++ b/TAO/tests/Param_Test/except.h
@@ -57,7 +57,7 @@ public:
void print_values (void);
// print all the values
- void dii_req_invoke (CORBA::Request *, CORBA::Environment &);
+ void dii_req_invoke (CORBA::Request *);
// invoke DII request with appropriate exception handling.
private:
@@ -75,9 +75,6 @@ private:
CORBA::ULong ret_;
// return value
-
- CORBA::ULong iterations_;
- // Current iterations.
};
#endif /* PARAM_TEST_EXCEPTION_H */