summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/recursive_struct.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Param_Test/recursive_struct.h')
-rw-r--r--TAO/tests/Param_Test/recursive_struct.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/tests/Param_Test/recursive_struct.h b/TAO/tests/Param_Test/recursive_struct.h
index 3e4141324a1..4fe7bdb9bed 100644
--- a/TAO/tests/Param_Test/recursive_struct.h
+++ b/TAO/tests/Param_Test/recursive_struct.h
@@ -25,10 +25,10 @@ class Test_Recursive_Struct
{
public:
/// ctor
- Test_Recursive_Struct (void);
+ Test_Recursive_Struct ();
/// dtor
- ~Test_Recursive_Struct (void);
+ ~Test_Recursive_Struct ();
/// run the SII test
int run_sii_test (Param_Test_ptr objref);
@@ -40,16 +40,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 *);