summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Param_Test/driver.h')
-rw-r--r--TAO/tests/Param_Test/driver.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/Param_Test/driver.h b/TAO/tests/Param_Test/driver.h
index dcc0778dd65..1385df06df4 100644
--- a/TAO/tests/Param_Test/driver.h
+++ b/TAO/tests/Param_Test/driver.h
@@ -27,14 +27,14 @@ class Driver
{
public:
// = Constructor and destructor.
- Driver (void);
- ~Driver (void);
+ Driver ();
+ ~Driver ();
/// Initialize the driver object
int init (int argc, ACE_TCHAR **argv);
/// Execute client example code.
- int run (void);
+ int run ();
private:
/// underlying ORB (we do not own it)