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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/Notify/lib/Driver.h b/TAO/orbsvcs/tests/Notify/lib/Driver.h
index 51400d8712f..054eba9e8f9 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Driver.h
+++ b/TAO/orbsvcs/tests/Notify/lib/Driver.h
@@ -39,7 +39,7 @@ public:
/// Set the command builder.
void command_builder (TAO_Notify_Tests_Command_Builder* cmd_builder);
- virtual int svc (void);
+ virtual int svc ();
// The thread entry point.
void shutdown (void);
@@ -67,7 +67,7 @@ public:
/// Srt the run period.
void run_period (ACE_Time_Value run_period);
- virtual int svc (void);
+ virtual int svc ();
// The thread entry point.
private: