summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Ordering
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-10-30 12:52:14 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-10-30 12:52:14 +0000
commit4a9cb98098c1e18cad3609f7356e3d7218232c7b (patch)
treec228e4c11f5d0b664c63506b75ac1f73ca2fe00e /TAO/orbsvcs/tests/Notify/Ordering
parent5fa790b9c0ff67c0fed9e613ec263880b7603685 (diff)
downloadATCD-4a9cb98098c1e18cad3609f7356e3d7218232c7b.tar.gz
Thu Oct 30 12:51:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/Ordering')
-rw-r--r--TAO/orbsvcs/tests/Notify/Ordering/Sequence_Supplier.cpp4
-rw-r--r--TAO/orbsvcs/tests/Notify/Ordering/Structured_Supplier.cpp4
2 files changed, 4 insertions, 4 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Ordering/Sequence_Supplier.cpp b/TAO/orbsvcs/tests/Notify/Ordering/Sequence_Supplier.cpp
index 04cd1895217..bf6ee1b19d8 100644
--- a/TAO/orbsvcs/tests/Notify/Ordering/Sequence_Supplier.cpp
+++ b/TAO/orbsvcs/tests/Notify/Ordering/Sequence_Supplier.cpp
@@ -224,9 +224,9 @@ int ACE_TMAIN (int argc, ACE_TCHAR *argv[])
if (output_file == 0)
ACE_ERROR_RETURN ((LM_ERROR,
"Cannot open output file %s for "
- "writing IOR: %s",
+ "writing IOR: %C",
ior_output_file,
- ACE_TEXT_CHAR_TO_TCHAR (ior.in ())),
+ ior.in ()),
1);
ACE_OS::fprintf (output_file, "%s", ior.in ());
ACE_OS::fclose (output_file);
diff --git a/TAO/orbsvcs/tests/Notify/Ordering/Structured_Supplier.cpp b/TAO/orbsvcs/tests/Notify/Ordering/Structured_Supplier.cpp
index daebf28aeba..3356d0c552d 100644
--- a/TAO/orbsvcs/tests/Notify/Ordering/Structured_Supplier.cpp
+++ b/TAO/orbsvcs/tests/Notify/Ordering/Structured_Supplier.cpp
@@ -220,9 +220,9 @@ int ACE_TMAIN (int argc, ACE_TCHAR *argv[])
if (output_file == 0)
ACE_ERROR_RETURN ((LM_ERROR,
"Cannot open output file %s for "
- "writing IOR: %s",
+ "writing IOR: %C",
ior_output_file,
- ACE_TEXT_CHAR_TO_TCHAR (ior.in ())),
+ ior.in ()),
1);
ACE_OS::fprintf (output_file, "%s", ior.in ());
ACE_OS::fclose (output_file);