summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/EC_Throughput/ECT_Supplier_Driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/EC_Throughput/ECT_Supplier_Driver.h')
-rw-r--r--TAO/orbsvcs/tests/EC_Throughput/ECT_Supplier_Driver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/EC_Throughput/ECT_Supplier_Driver.h b/TAO/orbsvcs/tests/EC_Throughput/ECT_Supplier_Driver.h
index e51f0f73551..71f06bf4de8 100644
--- a/TAO/orbsvcs/tests/EC_Throughput/ECT_Supplier_Driver.h
+++ b/TAO/orbsvcs/tests/EC_Throughput/ECT_Supplier_Driver.h
@@ -53,10 +53,10 @@ private:
void connect_suppliers (RtecScheduler::Scheduler_ptr scheduler,
RtecEventChannelAdmin::EventChannel_ptr local_ec
ACE_ENV_ARG_DECL);
- void disconnect_suppliers (ACE_ENV_SINGLE_ARG_DECL);
+ void disconnect_suppliers (void);
// Connect the suppliers.
- void activate_suppliers (ACE_ENV_SINGLE_ARG_DECL);
+ void activate_suppliers (void);
// Activate the suppliers, i.e. they start generating events.
void dump_results (void);