diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2008-09-16 12:12:29 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2008-09-16 12:12:29 +0000 |
commit | f1c5ba8bfcbc7b7361d428eb4e3f9f593569e6ff (patch) | |
tree | 48192b8f12e759fbdf0bb11e8d3af6793f6179b5 /TAO/orbsvcs/tests/Security/BiDirectional/server.cpp | |
parent | e7d68d348c0369c0f3b3f566481e561907593e7d (diff) | |
download | ATCD-f1c5ba8bfcbc7b7361d428eb4e3f9f593569e6ff.tar.gz |
Tue Sep 16 12:03:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/tests/Security/BiDirectional/server.cpp')
-rw-r--r-- | TAO/orbsvcs/tests/Security/BiDirectional/server.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/Security/BiDirectional/server.cpp b/TAO/orbsvcs/tests/Security/BiDirectional/server.cpp index a6f4ff7c4d5..53dcd5df0c3 100644 --- a/TAO/orbsvcs/tests/Security/BiDirectional/server.cpp +++ b/TAO/orbsvcs/tests/Security/BiDirectional/server.cpp @@ -12,9 +12,9 @@ const char *ior_output_file = 0; int no_iterations = 10; int -parse_args (int argc, char *argv[]) +parse_args (int argc, ACE_TCHAR *argv[]) { - ACE_Get_Opt get_opts (argc, argv, "o:i:"); + ACE_Get_Opt get_opts (argc, argv, ACE_TEXT("o:i:")); int c; while ((c = get_opts ()) != -1) |