summaryrefslogtreecommitdiff
path: root/tests/Thread_Pool_Reactor_Test.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-12-26 17:20:10 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-12-26 17:20:10 +0000
commit7d25b6ca474784de9c2dd8ee8eab286812c7bb9d (patch)
tree6f66bf0c494d95cd4aade9ee2071ba1d3a677fc0 /tests/Thread_Pool_Reactor_Test.cpp
parent316753d8d6f613f7e74efbb17d687a0ebc5fe8dc (diff)
downloadATCD-7d25b6ca474784de9c2dd8ee8eab286812c7bb9d.tar.gz
ChangeLogTag:Wed Dec 26 11:18:31 2001 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
Diffstat (limited to 'tests/Thread_Pool_Reactor_Test.cpp')
-rw-r--r--tests/Thread_Pool_Reactor_Test.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/Thread_Pool_Reactor_Test.cpp b/tests/Thread_Pool_Reactor_Test.cpp
index 28420c5c1a1..846f686b591 100644
--- a/tests/Thread_Pool_Reactor_Test.cpp
+++ b/tests/Thread_Pool_Reactor_Test.cpp
@@ -92,22 +92,22 @@ parse_arg (int argc, ACE_TCHAR *argv[])
switch (c)
{
case 'r': // hostname:port
- rendezvous = getopt.optarg;
+ rendezvous = getopt.opt_arg ();
break;
case 's':
- svr_thrno = ACE_OS::atoi (getopt.optarg);
+ svr_thrno = ACE_OS::atoi (getopt.opt_arg ());
break;
case 'c':
- cli_thrno = ACE_OS::atoi (getopt.optarg);
+ cli_thrno = ACE_OS::atoi (getopt.opt_arg ());
break;
case 'd':
- req_delay = ACE_OS::atoi (getopt.optarg);
+ req_delay = ACE_OS::atoi (getopt.opt_arg ());
break;
case 'i':
- cli_conn_no = ACE_OS::atoi (getopt.optarg);
+ cli_conn_no = ACE_OS::atoi (getopt.opt_arg ());
break;
case 'n':
- cli_req_no = ACE_OS::atoi (getopt.optarg);
+ cli_req_no = ACE_OS::atoi (getopt.opt_arg ());
break;
default:
ACE_ERROR ((LM_ERROR,