diff options
author | sma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2008-07-11 11:20:20 +0000 |
---|---|---|
committer | sma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2008-07-11 11:20:20 +0000 |
commit | 1857abb6c55218241d6600845540bd08665dafea (patch) | |
tree | bf64e6d6d287deab951762577a38d0ef8376218c /TAO/utils | |
parent | f04b476461912e5eebed9f73249ac92b63901c19 (diff) | |
download | ATCD-1857abb6c55218241d6600845540bd08665dafea.tar.gz |
ChangeLogTag: Fri Jul 11 11:20:00 UTC 2008 Simon Massey <sma at prismtech dot com>
Diffstat (limited to 'TAO/utils')
-rw-r--r-- | TAO/utils/catior/catior.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/utils/catior/catior.cpp b/TAO/utils/catior/catior.cpp index 4c5e6adb765..6718ac70865 100644 --- a/TAO/utils/catior/catior.cpp +++ b/TAO/utils/catior/catior.cpp @@ -459,12 +459,12 @@ catpoop (char* string) int ACE_TMAIN (int argcw, ACE_TCHAR *argvw[]) { - CORBA::ORB_var orb_var = CORBA::ORB_init (argc, argv, "TAO"); + CORBA::ORB_var orb_var = CORBA::ORB_init (argcw, argvw, "TAO"); CORBA::Boolean b = 0; CORBA::Boolean have_argument = 0; int opt; - ACE_Get_Opt get_opt (argc, argv, ACE_TEXT ("f:n:x")); + ACE_Get_Opt get_opt (argcw, argvw, ACE_TEXT ("f:n:x")); while ((opt = get_opt ()) != EOF) { |