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