diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2008-09-25 20:52:21 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2008-09-25 20:52:21 +0000 |
commit | fd0f9e4366ff5bb0b3d06a5797808c17da755a79 (patch) | |
tree | 6ec2eb191ea1f18b2e65ea145e6ffeb7cbb69f83 /TAO/tests/Cache_Growth_Test/client.cpp | |
parent | 60c97631ac9678ef2880a39acced51dbfd8e9d22 (diff) | |
download | ATCD-fd0f9e4366ff5bb0b3d06a5797808c17da755a79.tar.gz |
Thu Sep 25 20:46:39 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/Cache_Growth_Test/client.cpp')
-rw-r--r-- | TAO/tests/Cache_Growth_Test/client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Cache_Growth_Test/client.cpp b/TAO/tests/Cache_Growth_Test/client.cpp index 3a2bdc34779..4db989585ac 100644 --- a/TAO/tests/Cache_Growth_Test/client.cpp +++ b/TAO/tests/Cache_Growth_Test/client.cpp @@ -5,7 +5,7 @@ ACE_RCSID(Hello, client, "$Id$") -const char *ior = "file://test.ior"; +const ACE_TCHAR *ior = ACE_TEXT("file://test.ior"); int do_shutdown = 0; int |