summaryrefslogtreecommitdiff
path: root/TAO/tests/MT_Client
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-09-25 20:52:21 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-09-25 20:52:21 +0000
commitfd0f9e4366ff5bb0b3d06a5797808c17da755a79 (patch)
tree6ec2eb191ea1f18b2e65ea145e6ffeb7cbb69f83 /TAO/tests/MT_Client
parent60c97631ac9678ef2880a39acced51dbfd8e9d22 (diff)
downloadATCD-fd0f9e4366ff5bb0b3d06a5797808c17da755a79.tar.gz
Thu Sep 25 20:46:39 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/MT_Client')
-rw-r--r--TAO/tests/MT_Client/client.cpp2
-rw-r--r--TAO/tests/MT_Client/orb_creation.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/MT_Client/client.cpp b/TAO/tests/MT_Client/client.cpp
index a611b70f935..c72c483dad9 100644
--- a/TAO/tests/MT_Client/client.cpp
+++ b/TAO/tests/MT_Client/client.cpp
@@ -7,7 +7,7 @@
ACE_RCSID(MT_Client, client, "$Id$")
-const char *ior = "file://test.ior";
+const ACE_TCHAR *ior = ACE_TEXT("file://test.ior");
int nthreads = 5;
int niterations = 5;
bool server_shutdown = false;
diff --git a/TAO/tests/MT_Client/orb_creation.cpp b/TAO/tests/MT_Client/orb_creation.cpp
index f6d459451c4..be5a9ddf16a 100644
--- a/TAO/tests/MT_Client/orb_creation.cpp
+++ b/TAO/tests/MT_Client/orb_creation.cpp
@@ -7,7 +7,7 @@
ACE_RCSID(MT_Client, orb_creation, "$Id$")
-const char *ior = "file://test.ior";
+const ACE_TCHAR *ior = ACE_TEXT("file://test.ior");
int nthreads = 5;
int niterations = 5;