summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/ub_long_seq.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Param_Test/ub_long_seq.h')
-rw-r--r--TAO/tests/Param_Test/ub_long_seq.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/tests/Param_Test/ub_long_seq.h b/TAO/tests/Param_Test/ub_long_seq.h
index 4050e7dc570..1c0408c8c2f 100644
--- a/TAO/tests/Param_Test/ub_long_seq.h
+++ b/TAO/tests/Param_Test/ub_long_seq.h
@@ -23,10 +23,10 @@ class Test_Long_Sequence
{
public:
/// ctor
- Test_Long_Sequence (void);
+ Test_Long_Sequence ();
/// dtor
- ~Test_Long_Sequence (void);
+ ~Test_Long_Sequence ();
/// run the SII test
int run_sii_test (Param_Test_ptr objref);
@@ -38,16 +38,16 @@ public:
int init_parameters (Param_Test_ptr objref);
/// reset values for CORBA
- int reset_parameters (void);
+ int reset_parameters ();
/// check if results are valid
- CORBA::Boolean check_validity (void);
+ CORBA::Boolean check_validity ();
/// check if results are valid. This is used for DII results
CORBA::Boolean check_validity (CORBA::Request_ptr req);
/// print all the values
- void print_values (void);
+ void print_values ();
/// invoke DII request with appropriate exception handling.
void dii_req_invoke (CORBA::Request *);