summaryrefslogtreecommitdiff
path: root/orbsvcs/DevGuideExamples/ValueTypes/Notify/consumer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'orbsvcs/DevGuideExamples/ValueTypes/Notify/consumer.cpp')
-rw-r--r--orbsvcs/DevGuideExamples/ValueTypes/Notify/consumer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/orbsvcs/DevGuideExamples/ValueTypes/Notify/consumer.cpp b/orbsvcs/DevGuideExamples/ValueTypes/Notify/consumer.cpp
index c80e78b1ec9..87918070ec3 100644
--- a/orbsvcs/DevGuideExamples/ValueTypes/Notify/consumer.cpp
+++ b/orbsvcs/DevGuideExamples/ValueTypes/Notify/consumer.cpp
@@ -45,7 +45,7 @@ parse_args (int argc, ACE_TCHAR *argv[])
default:
;
}
- // Indicates sucessful parsing of the command line
+ // Indicates successful parsing of the command line
return 0;
}
@@ -183,7 +183,7 @@ int ACE_TMAIN (int ac, ACE_TCHAR* av[]) {
notify_ior += ":";
notify_ior += ACE_TEXT_ALWAYS_CHAR (port);
notify_ior += "/NotifyEventChannelFactory";
-
+
obj = orb->string_to_object(notify_ior.c_str());
CosNotifyChannelAdmin::EventChannelFactory_var ecf
= CosNotifyChannelAdmin::EventChannelFactory::_unchecked_narrow(obj.in());