summaryrefslogtreecommitdiff
path: root/TAO/tests/Hang_Shutdown
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-09-29 07:35:22 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-09-29 07:35:22 +0000
commit36e3633c420fb3cf854448215ef80b8e09a5916b (patch)
treec52d7a2fbfa057639b55ba76e00cd885fc1bc665 /TAO/tests/Hang_Shutdown
parent14fc4cb20d3f4cd3c2e5320b6dd417d4eff6b572 (diff)
downloadATCD-36e3633c420fb3cf854448215ef80b8e09a5916b.tar.gz
Mon Sep 29 07:33:45 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/Hang_Shutdown')
-rw-r--r--TAO/tests/Hang_Shutdown/server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Hang_Shutdown/server.cpp b/TAO/tests/Hang_Shutdown/server.cpp
index 07bd8d4c300..d4bc9d0acfb 100644
--- a/TAO/tests/Hang_Shutdown/server.cpp
+++ b/TAO/tests/Hang_Shutdown/server.cpp
@@ -54,7 +54,7 @@ namespace Test
if (output_file == 0)
ACE_ERROR_RETURN ((LM_ERROR,
"Cannot open output file for writing IOR: %s",
- ACE_TEXT_CHAR_TO_TCHAR (ior_output_file)),
+ ior_output_file),
1);
ACE_OS::fprintf (output_file, "%s", ior.in ());
ACE_OS::fclose (output_file);