summaryrefslogtreecommitdiff
path: root/orbsvcs/tests/Notify/Bug_2415_Regression/Consumer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'orbsvcs/tests/Notify/Bug_2415_Regression/Consumer.cpp')
-rw-r--r--orbsvcs/tests/Notify/Bug_2415_Regression/Consumer.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/orbsvcs/tests/Notify/Bug_2415_Regression/Consumer.cpp b/orbsvcs/tests/Notify/Bug_2415_Regression/Consumer.cpp
index ea848c0f6f5..dabaa4e737f 100644
--- a/orbsvcs/tests/Notify/Bug_2415_Regression/Consumer.cpp
+++ b/orbsvcs/tests/Notify/Bug_2415_Regression/Consumer.cpp
@@ -61,11 +61,11 @@ Consumer_Client::parse_args (int argc, ACE_TCHAR *argv[])
argv [0]),
-1);
}
- // Indicates sucessful parsing of the command line
+ // Indicates successful parsing of the command line
return 0;
}
-static CosNotifyFilter::Filter_ptr
+static CosNotifyFilter::Filter_ptr
create_proxyFilter (CosNotifyChannelAdmin::EventChannel_ptr ec)
{
CosNotifyFilter::FilterFactory_var ffact =
@@ -100,7 +100,7 @@ create_consumers (CosNotifyChannelAdmin::ConsumerAdmin_ptr admin,
CORBA::NO_MEMORY ());
consumer_1->init (client->root_poa ());
-
+
consumer_1->_connect (admin, filter);
}