summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/EC_Throughput/ECT_Throughput.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/EC_Throughput/ECT_Throughput.h')
-rw-r--r--TAO/orbsvcs/tests/EC_Throughput/ECT_Throughput.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/TAO/orbsvcs/tests/EC_Throughput/ECT_Throughput.h b/TAO/orbsvcs/tests/EC_Throughput/ECT_Throughput.h
index c80c76b7080..99d6f7b15e1 100644
--- a/TAO/orbsvcs/tests/EC_Throughput/ECT_Throughput.h
+++ b/TAO/orbsvcs/tests/EC_Throughput/ECT_Throughput.h
@@ -43,8 +43,8 @@ public:
int run (int argc, char* argv[]);
// Execute the test.
- virtual void shutdown_consumer (void* consumer_cookie,
- CORBA::Environment&);
+ virtual void shutdown_consumer (void* consumer_cookie
+ TAO_ENV_ARG_DECL_NOT_USED);
// Callback method for consumers, each consumer will call this
// method once it receives all the shutdown events from the
// suppliers.
@@ -54,18 +54,18 @@ private:
// parse the command line args
void connect_consumers (RtecScheduler::Scheduler_ptr scheduler,
- RtecEventChannelAdmin::EventChannel_ptr local_ec,
- CORBA::Environment &_env);
- void disconnect_consumers (CORBA::Environment &_env);
+ RtecEventChannelAdmin::EventChannel_ptr local_ec
+ TAO_ENV_ARG_DECL);
+ void disconnect_consumers (TAO_ENV_SINGLE_ARG_DECL);
// Connect and disconnect the consumers.
void connect_suppliers (RtecScheduler::Scheduler_ptr scheduler,
- RtecEventChannelAdmin::EventChannel_ptr local_ec,
- CORBA::Environment &_env);
- void disconnect_suppliers (CORBA::Environment &_env);
+ RtecEventChannelAdmin::EventChannel_ptr local_ec
+ TAO_ENV_ARG_DECL);
+ void disconnect_suppliers (TAO_ENV_SINGLE_ARG_DECL);
// Connect the suppliers.
- void activate_suppliers (CORBA::Environment &_env);
+ void activate_suppliers (TAO_ENV_SINGLE_ARG_DECL);
// Activate the suppliers, i.e. they start generating events.
void dump_results (void);