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/Param_Test | |
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/Param_Test')
-rw-r--r-- | TAO/tests/Param_Test/server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Param_Test/server.cpp b/TAO/tests/Param_Test/server.cpp index 4d079b9af2f..69208f2f2f3 100644 --- a/TAO/tests/Param_Test/server.cpp +++ b/TAO/tests/Param_Test/server.cpp @@ -26,7 +26,7 @@ ACE_RCSID (Param_Test, // Parses the command line arguments and returns an error status. static FILE *ior_output_file = 0; -static const char *ior_output_filename = "test.ior"; +static const ACE_TCHAR *ior_output_filename = ACE_TEXT("test.ior"); static int parse_args (int argc, ACE_TCHAR *argv[]) |