diff options
author | William R. Otte <wotte@dre.vanderbilt.edu> | 2009-02-11 02:18:52 +0000 |
---|---|---|
committer | William R. Otte <wotte@dre.vanderbilt.edu> | 2009-02-11 02:18:52 +0000 |
commit | 28f6e4cfda9a246d3eeba7abdbee5917948db035 (patch) | |
tree | 60aaa2c0343d3bc5f3fa707054178dfb47de443e /flat/CIAO/performance-tests/Protocols/Controller/Controller.cpp | |
parent | e8d57db2a6332be9802c4e4b02d086e9f4a7c101 (diff) | |
download | ATCD-prism_import.tar.gz |
ChangeLogTag: Wed Feb 11 02:15:21 UTC 2009 William R. Otte <wotte@dre.vanderbilt.edu>prism_import
Diffstat (limited to 'flat/CIAO/performance-tests/Protocols/Controller/Controller.cpp')
-rw-r--r-- | flat/CIAO/performance-tests/Protocols/Controller/Controller.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flat/CIAO/performance-tests/Protocols/Controller/Controller.cpp b/flat/CIAO/performance-tests/Protocols/Controller/Controller.cpp index dd541d0d8c6..95293293f3a 100644 --- a/flat/CIAO/performance-tests/Protocols/Controller/Controller.cpp +++ b/flat/CIAO/performance-tests/Protocols/Controller/Controller.cpp @@ -29,7 +29,7 @@ static const char *test_type = "PACED"; static int parse_args (int argc, char **argv) { - ACE_Get_Opt get_opts (argc, argv, "a:b:c:d:e:i:m:p:r:s:t:u:v:w:x:y:z:"); + ACE_Get_Opt get_opts (argc, argv, ACE_TEXT("a:b:c:d:e:i:m:p:r:s:t:u:v:w:x:y:z:")); int c; while ((c = get_opts ()) != -1) |