diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-10 22:23:10 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-10 22:23:10 +0000 |
commit | 4992671c1b5e3721a91130b97fc873daf5fcfb45 (patch) | |
tree | 8c0af933ba0388fd3de3ba8a569b31fa6906f625 /TAO/orbsvcs/tests/EC_Mcast | |
parent | f9e87a3900e884698b48e23eab784d2b30b393fb (diff) | |
download | ATCD-4992671c1b5e3721a91130b97fc873daf5fcfb45.tar.gz |
ChangeLogTag:Mon May 10 17:21:52 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/orbsvcs/tests/EC_Mcast')
-rw-r--r-- | TAO/orbsvcs/tests/EC_Mcast/EC_Mcast.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/EC_Mcast/EC_Mcast.cpp b/TAO/orbsvcs/tests/EC_Mcast/EC_Mcast.cpp index 0149c27795f..cd524449573 100644 --- a/TAO/orbsvcs/tests/EC_Mcast/EC_Mcast.cpp +++ b/TAO/orbsvcs/tests/EC_Mcast/EC_Mcast.cpp @@ -118,8 +118,9 @@ ECM_Driver::run (int argc, char* argv[]) } } - TAO_EC_Event_Channel ec_impl (root_poa.in (), - root_poa.in ()); + TAO_EC_Event_Channel_Attributes attr (root_poa.in (), + root_poa.in ()); + TAO_EC_Event_Channel ec_impl (attr); // Register Event_Service with the Naming Service. RtecEventChannelAdmin::EventChannel_var ec = |