summaryrefslogtreecommitdiff
path: root/orbsvcs/DevGuideExamples/ValueTypes/Notify/supplier.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'orbsvcs/DevGuideExamples/ValueTypes/Notify/supplier.cpp')
-rw-r--r--orbsvcs/DevGuideExamples/ValueTypes/Notify/supplier.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/orbsvcs/DevGuideExamples/ValueTypes/Notify/supplier.cpp b/orbsvcs/DevGuideExamples/ValueTypes/Notify/supplier.cpp
index 06759c263d5..f4996d63f1e 100644
--- a/orbsvcs/DevGuideExamples/ValueTypes/Notify/supplier.cpp
+++ b/orbsvcs/DevGuideExamples/ValueTypes/Notify/supplier.cpp
@@ -207,7 +207,7 @@ int ACE_TMAIN (int ac, ACE_TCHAR* av[]) {
PortableServer::POA_var poa = PortableServer::POA::_narrow(obj.in());
PortableServer::POAManager_var mgr = poa->the_POAManager();
-
+
// "corbaloc::localhost:8888/NotifyEventChannelFactory"
ACE_CString notify_ior ("corbaloc::");
notify_ior += ACE_TEXT_ALWAYS_CHAR (hostname);