summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Bug_1884_Regression/filter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/Bug_1884_Regression/filter.cpp')
-rw-r--r--TAO/orbsvcs/tests/Notify/Bug_1884_Regression/filter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Bug_1884_Regression/filter.cpp b/TAO/orbsvcs/tests/Notify/Bug_1884_Regression/filter.cpp
index 8c3ac52b03a..6612fc33e43 100644
--- a/TAO/orbsvcs/tests/Notify/Bug_1884_Regression/filter.cpp
+++ b/TAO/orbsvcs/tests/Notify/Bug_1884_Regression/filter.cpp
@@ -68,12 +68,12 @@ get_event_channel(CORBA::ORB_ptr orb)
else {
try
{
- ec = factory->get_event_channel(channelIdSeq[0]);
+ ec = factory->get_event_channel(channelIdSeq.in()[0]);
}
catch (CosNotifyChannelAdmin::ChannelNotFound&)
{
std::cerr << "ChannelNotFound: "
- << channelIdSeq[0] << std::endl;
+ << channelIdSeq.in()[0] << std::endl;
exit(1);
}