summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/InterfaceRepo/IFR_Test/Admin_Client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/InterfaceRepo/IFR_Test/Admin_Client.cpp')
-rw-r--r--TAO/orbsvcs/tests/InterfaceRepo/IFR_Test/Admin_Client.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/InterfaceRepo/IFR_Test/Admin_Client.cpp b/TAO/orbsvcs/tests/InterfaceRepo/IFR_Test/Admin_Client.cpp
index e66b8396231..959b01cc9df 100644
--- a/TAO/orbsvcs/tests/InterfaceRepo/IFR_Test/Admin_Client.cpp
+++ b/TAO/orbsvcs/tests/InterfaceRepo/IFR_Test/Admin_Client.cpp
@@ -159,13 +159,13 @@ Admin_Client::parse_args (int argc,
this->debug_ = 1;
break;
case 'i': // iterations
- result = ACE_OS::atoi (opts.optarg);
+ result = ACE_OS::atoi (opts.opt_arg ());
if (result > 0)
this->iterations_ = result;
break;
case 't': // test selection
this->all_tests_ = 0;
- name = opts.optarg;
+ name = opts.opt_arg ();
for (i = 0; i < NUMBER_OF_TESTS; ++i)
{