summaryrefslogtreecommitdiff
path: root/TAO/performance-tests
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-10-09 19:25:37 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-10-09 19:25:37 +0000
commit8fa6c687d958a4d548b8e19cb3c54a8110d07ec6 (patch)
treed0d68743c6779310d6dcb85e8c6f2b5be8661861 /TAO/performance-tests
parent9ebae015b07a3d8b6aa15c5a6333ef4412e2dfbb (diff)
downloadATCD-8fa6c687d958a4d548b8e19cb3c54a8110d07ec6.tar.gz
Diffstat (limited to 'TAO/performance-tests')
-rw-r--r--TAO/performance-tests/RTCorba/Thread_Pool/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/performance-tests/RTCorba/Thread_Pool/client.cpp b/TAO/performance-tests/RTCorba/Thread_Pool/client.cpp
index 6100a42655f..9887b381519 100644
--- a/TAO/performance-tests/RTCorba/Thread_Pool/client.cpp
+++ b/TAO/performance-tests/RTCorba/Thread_Pool/client.cpp
@@ -27,7 +27,7 @@ enum Priority_Setting
};
static const ACE_TCHAR *ior = ACE_TEXT("file://ior");
-static const char *rates_file = "rates";
+static const ACE_TCHAR *rates_file = ACE_TEXT("rates");
static const ACE_TCHAR *invocation_priorities_file = ACE_TEXT("empty-file");
static int shutdown_server = 0;
static int do_dump_history = 0;