diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2008-09-28 11:37:54 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2008-09-28 11:37:54 +0000 |
commit | d20d7aa9387b9904fffedb47091297e47b622892 (patch) | |
tree | b0ddd75c4225c14e0cc6da54da4b04d3dba12a22 /TAO/tests/Native_Exceptions | |
parent | 72efc575d4ec69e71b182d1bb7bc38fc22b992e6 (diff) | |
download | ATCD-d20d7aa9387b9904fffedb47091297e47b622892.tar.gz |
Sun Sep 28 11:36:45 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/Native_Exceptions')
-rw-r--r-- | TAO/tests/Native_Exceptions/server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Native_Exceptions/server.cpp b/TAO/tests/Native_Exceptions/server.cpp index 8d63e7a0d8b..066b6ade89f 100644 --- a/TAO/tests/Native_Exceptions/server.cpp +++ b/TAO/tests/Native_Exceptions/server.cpp @@ -6,7 +6,7 @@ ACE_RCSID(Native_Exceptions, server, "$Id$") -const char *ior_output_file = 0; +const ACE_TCHAR *ior_output_file = 0; int parse_args (int argc, ACE_TCHAR *argv[]) |