diff options
author | Abdullah Sowayan <sowayan@users.noreply.github.com> | 2007-07-04 05:19:15 +0000 |
---|---|---|
committer | Abdullah Sowayan <sowayan@users.noreply.github.com> | 2007-07-04 05:19:15 +0000 |
commit | f9f510c9674a398391a56ea86f0227a57caeaf1e (patch) | |
tree | d377bde30d768bd1713e278a524426dd18f07bcd /TAO/orbsvcs/tests/Bug_2247_Regression | |
parent | ae72d3e40e6a04e668faf8bd5063cb4b4ae69fcb (diff) | |
download | ATCD-f9f510c9674a398391a56ea86f0227a57caeaf1e.tar.gz |
Wed Jul 4 04:18:48 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>
Diffstat (limited to 'TAO/orbsvcs/tests/Bug_2247_Regression')
-rw-r--r-- | TAO/orbsvcs/tests/Bug_2247_Regression/server.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/Bug_2247_Regression/server.cpp b/TAO/orbsvcs/tests/Bug_2247_Regression/server.cpp index b2763bdcbd1..c0ea1458d12 100644 --- a/TAO/orbsvcs/tests/Bug_2247_Regression/server.cpp +++ b/TAO/orbsvcs/tests/Bug_2247_Regression/server.cpp @@ -27,7 +27,7 @@ parse_args (int argc, char *argv[]) ACE_ERROR_RETURN ((LM_ERROR, "usage: %s " "-o <iorfile>" - "-k <key>" + "-k <key>" "\n", argv [0]), -1); @@ -37,7 +37,7 @@ parse_args (int argc, char *argv[]) } int -main (int argc, char *argv[]) +ACE_TMAIN(int argc, ACE_TCHAR *argv[]) { try { |