summaryrefslogtreecommitdiff
path: root/TAO/tests/ICMG_Any_Bug/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/ICMG_Any_Bug/server.cpp')
-rw-r--r--TAO/tests/ICMG_Any_Bug/server.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/ICMG_Any_Bug/server.cpp b/TAO/tests/ICMG_Any_Bug/server.cpp
index ff27ac5ac1b..a83a1b628c5 100644
--- a/TAO/tests/ICMG_Any_Bug/server.cpp
+++ b/TAO/tests/ICMG_Any_Bug/server.cpp
@@ -63,8 +63,8 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
Hello *hello_impl;
ACE_NEW_RETURN (hello_impl,
- Hello (orb.in (), root_poa.in ()),
- 1);
+ Hello (orb.in (), root_poa.in ()),
+ 1);
PortableServer::ServantBase_var owner_transfer (hello_impl);
PortableServer::ObjectId_var id =
@@ -84,7 +84,7 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
ACE_ERROR_RETURN ((LM_ERROR,
"Cannot open output file for writing IOR: %s",
ior_output_file),
- 1);
+ 1);
ACE_OS::fprintf (output_file, "%s", ior.in ());
ACE_OS::fclose (output_file);