summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/lib/Periodic_Supplier.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/lib/Periodic_Supplier.h')
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Periodic_Supplier.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/orbsvcs/tests/Notify/lib/Periodic_Supplier.h b/TAO/orbsvcs/tests/Notify/lib/Periodic_Supplier.h
index f8d3ee9a8c4..f1a56c220d8 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Periodic_Supplier.h
+++ b/TAO/orbsvcs/tests/Notify/lib/Periodic_Supplier.h
@@ -33,7 +33,7 @@ class TAO_NOTIFY_TEST_Export TAO_Notify_Tests_Periodic_Supplier : public TAO_Not
{
public:
/// Constructor
- TAO_Notify_Tests_Periodic_Supplier (void);
+ TAO_Notify_Tests_Periodic_Supplier ();
/// Destructor
~TAO_Notify_Tests_Periodic_Supplier ();
@@ -54,17 +54,17 @@ public:
void dump_stats (ACE_TCHAR* msg, int dump_samples);
/// Get the name of the proxy
- const char* proxy_name (void);
+ const char* proxy_name ();
protected:
/// svc method.
- void handle_svc (void);
+ void handle_svc ();
/// Send a few events before the actual measurements.
- void send_warmup_events (void);
+ void send_warmup_events ();
/// Send Prologue
- void send_prologue (void);
+ void send_prologue ();
/// All tasks synch at this barrier.
ACE_Barrier* barrier_;