summaryrefslogtreecommitdiff
path: root/orbsvcs/tests/Miop/McastHello/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'orbsvcs/tests/Miop/McastHello/server.cpp')
-rw-r--r--orbsvcs/tests/Miop/McastHello/server.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/orbsvcs/tests/Miop/McastHello/server.cpp b/orbsvcs/tests/Miop/McastHello/server.cpp
index c09b7a55253..c29b43793c7 100644
--- a/orbsvcs/tests/Miop/McastHello/server.cpp
+++ b/orbsvcs/tests/Miop/McastHello/server.cpp
@@ -6,10 +6,6 @@
#include "orbsvcs/PortableGroup/MIOP.h"
#include "orbsvcs/PortableGroup/GOA.h"
-ACE_RCSID (McastHello,
- server,
- "$Id$")
-
static const ACE_TCHAR *ior_output_file = ACE_TEXT("test.ior");
// Use a multicast address in the administrative "site local" range, 239.255.0.0 to
@@ -45,7 +41,7 @@ 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;
}
@@ -84,7 +80,7 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
"Cannot open output file for writing IOR: %s",
ior_output_file),
1);
- ACE_OS::fprintf (output_file, "%s", group_ior);
+ ACE_OS::fprintf (output_file, "%s", ACE_TEXT_ALWAYS_CHAR (group_ior));
ACE_OS::fclose (output_file);
PortableServer::ObjectId_var id =