summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/lib/Driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/lib/Driver.h')
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Driver.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/orbsvcs/tests/Notify/lib/Driver.h b/TAO/orbsvcs/tests/Notify/lib/Driver.h
index babb998dd5a..a5401c3cfe5 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Driver.h
+++ b/TAO/orbsvcs/tests/Notify/lib/Driver.h
@@ -33,7 +33,7 @@ class TAO_Notify_Tests_Activation_Manager;
class TAO_Notify_Tests_Worker : public ACE_Task_Base
{
public:
- TAO_Notify_Tests_Worker (void);
+ TAO_Notify_Tests_Worker ();
// ctor
/// Set the command builder.
@@ -42,7 +42,7 @@ public:
virtual int svc ();
// The thread entry point.
- void shutdown (void);
+ void shutdown ();
private:
/// The command builder
@@ -58,7 +58,7 @@ private:
class TAO_Notify_Tests_ORB_Run_Worker : public ACE_Task_Base
{
public:
- TAO_Notify_Tests_ORB_Run_Worker (void);
+ TAO_Notify_Tests_ORB_Run_Worker ();
// ctor
void orb (CORBA::ORB_ptr orb);
@@ -87,7 +87,7 @@ class TAO_NOTIFY_TEST_Export TAO_Notify_Tests_Driver : public TAO_Notify_Tests_D
{
public:
/// Constructor
- TAO_Notify_Tests_Driver (void);
+ TAO_Notify_Tests_Driver ();
/// Destructor
~TAO_Notify_Tests_Driver ();
@@ -96,10 +96,10 @@ public:
int init (int argc, ACE_TCHAR *argv[]);
/// Execute the commands.
- void run (void);
+ void run ();
/// Shutdown
- virtual void shutdown (void);
+ virtual void shutdown ();
protected:
/// Parse command line parameters.