summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Basic/Events.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/Basic/Events.h')
-rw-r--r--TAO/orbsvcs/tests/Notify/Basic/Events.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Basic/Events.h b/TAO/orbsvcs/tests/Notify/Basic/Events.h
index e7493489b67..208b36eef8d 100644
--- a/TAO/orbsvcs/tests/Notify/Basic/Events.h
+++ b/TAO/orbsvcs/tests/Notify/Basic/Events.h
@@ -81,17 +81,17 @@ public:
void on_event_received (void);
// Called when an event is received.
- void run_test (ACE_ENV_SINGLE_ARG_DECL);
+ void run_test (void);
// Run the test.
- void end_test (ACE_ENV_SINGLE_ARG_DECL);
+ void end_test (void);
// End the test.
int check_results (void);
// check if we got the expected results.
protected:
- void create_EC (ACE_ENV_SINGLE_ARG_DECL);
+ void create_EC (void);
// Create EC
ACE_Atomic_Op <TAO_SYNCH_MUTEX, int> result_count_;