summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/ChangeLog5
-rw-r--r--TAO/tests/File_IO/client.cpp2
2 files changed, 6 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index d4bb2114443..d45c2b11624 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,8 @@
+Sun Sep 28 11:29:45 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * tests/File_IO/client.cpp
+ ACE_TCHAR changes
+
Sun Sep 28 11:24:45 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
* orbsvcs/tests/Security/Secure_Invocation/client.cpp
diff --git a/TAO/tests/File_IO/client.cpp b/TAO/tests/File_IO/client.cpp
index 59b4779df66..36bbb9a6bb2 100644
--- a/TAO/tests/File_IO/client.cpp
+++ b/TAO/tests/File_IO/client.cpp
@@ -26,7 +26,7 @@
ACE_RCSID(Default_Servant, client, "client.cpp,v 1.8 2001/03/26 21:16:52 coryan Exp")
static const ACE_TCHAR *iorfile = ACE_TEXT("ior");
-static const char *filename = "big.txt";
+static const ACE_TCHAR *filename = ACE_TEXT("big.txt");
static int NUM_THREADS = 4;
static int iterations = 100;