summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/EC_Throughput/ECT_Throughput.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/EC_Throughput/ECT_Throughput.cpp')
-rw-r--r--TAO/orbsvcs/tests/EC_Throughput/ECT_Throughput.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/EC_Throughput/ECT_Throughput.cpp b/TAO/orbsvcs/tests/EC_Throughput/ECT_Throughput.cpp
index 0ca7de6c028..a1053859641 100644
--- a/TAO/orbsvcs/tests/EC_Throughput/ECT_Throughput.cpp
+++ b/TAO/orbsvcs/tests/EC_Throughput/ECT_Throughput.cpp
@@ -240,9 +240,10 @@ ECT_Throughput::run (int argc, char* argv[])
}
else
{
+ TAO_EC_Event_Channel_Attributes attr (root_poa.in (),
+ root_poa.in ());
TAO_EC_Event_Channel *ec =
- new TAO_EC_Event_Channel (root_poa.in (),
- root_poa.in ());
+ new TAO_EC_Event_Channel (attr);
ec->consumer_admin ()->busy_hwm (this->ec_concurrency_hwm_);
ec->activate (TAO_TRY_ENV);