summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Pluggable/PP_Test_Client.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-10-08 19:16:22 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-10-08 19:16:22 +0000
commit37f2698d6d21b65a861f1067b52c1f43996031b9 (patch)
tree53d3adef10c2ccae0b5a27c8f7d8e8505a8af742 /TAO/performance-tests/Pluggable/PP_Test_Client.cpp
parente747499d4e614a996e5b7a616d52cbd5ac1b3aa9 (diff)
downloadATCD-37f2698d6d21b65a861f1067b52c1f43996031b9.tar.gz
Wed Oct 8 19:14:45 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/performance-tests/Pluggable/PP_Test_Client.cpp')
-rw-r--r--TAO/performance-tests/Pluggable/PP_Test_Client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/performance-tests/Pluggable/PP_Test_Client.cpp b/TAO/performance-tests/Pluggable/PP_Test_Client.cpp
index 290f966274d..f377ac1948b 100644
--- a/TAO/performance-tests/Pluggable/PP_Test_Client.cpp
+++ b/TAO/performance-tests/Pluggable/PP_Test_Client.cpp
@@ -73,7 +73,7 @@ PP_Test_Client::PP_Test_Client (int shutdown)
// Reads the Cubit factory ior from a file
int
-PP_Test_Client::read_ior (char *filename)
+PP_Test_Client::read_ior (ACE_TCHAR *filename)
{
// Open the file for reading.
this->f_handle_ = ACE_OS::open (filename,0);