summaryrefslogtreecommitdiff
path: root/TAO/tests
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-10-07 10:53:33 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-10-07 10:53:33 +0000
commit552ec9ef359920f64e0b3f4b6a7778c7ecc2afba (patch)
treebb21c44cdeb4598b911f4af36f95a42abc150c0d /TAO/tests
parent454bc9ddbfc66555030b62d23e3800ec45813638 (diff)
downloadATCD-552ec9ef359920f64e0b3f4b6a7778c7ecc2afba.tar.gz
Tue Oct 7 10:53:45 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests')
-rw-r--r--TAO/tests/CodeSets/simple/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/CodeSets/simple/client.cpp b/TAO/tests/CodeSets/simple/client.cpp
index f7f60ce631e..c83d13989a9 100644
--- a/TAO/tests/CodeSets/simple/client.cpp
+++ b/TAO/tests/CodeSets/simple/client.cpp
@@ -109,7 +109,7 @@ int ACE_TMAIN (int argc, ACE_TCHAR *argv[])
++error_count;
}
#if defined (ACE_HAS_WCHAR)
- wchar_t *wide_string = ACE_OS::strdup(ACE_TEXT_ALWAYS_WCHAR ("Wide String"));
+ wchar_t *wide_string = ACE_OS::strdup(ACE_TEXT_ALWAYS_WCHAR(ACE_TEXT ("Wide String")));
wchar_t *wide_reply = server->op2 (wide_string);
ACE_DEBUG ((LM_DEBUG,
"sent %W, got %W\n", wide_string, wide_reply));