summaryrefslogtreecommitdiff
path: root/TAO/tests/Timed_Buffered_Oneways/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Timed_Buffered_Oneways/client.cpp')
-rw-r--r--TAO/tests/Timed_Buffered_Oneways/client.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/tests/Timed_Buffered_Oneways/client.cpp b/TAO/tests/Timed_Buffered_Oneways/client.cpp
index ad3665fbd00..11765552378 100644
--- a/TAO/tests/Timed_Buffered_Oneways/client.cpp
+++ b/TAO/tests/Timed_Buffered_Oneways/client.cpp
@@ -62,27 +62,27 @@ parse_args (int argc, char **argv)
break;
case 'k':
- IOR = get_opts.optarg;
+ IOR = get_opts.opt_arg ();
break;
case 'i':
- iterations = ::atoi (get_opts.optarg);
+ iterations = ::atoi (get_opts.opt_arg ());
break;
case 'd':
- data_bytes = ::atoi (get_opts.optarg);
+ data_bytes = ::atoi (get_opts.opt_arg ());
break;
case 't':
- timeout = ::atoi (get_opts.optarg);
+ timeout = ::atoi (get_opts.opt_arg ());
break;
case 'w':
- work = ::atoi (get_opts.optarg);
+ work = ::atoi (get_opts.opt_arg ());
break;
case 'z':
- interval = ::atoi (get_opts.optarg);
+ interval = ::atoi (get_opts.opt_arg ());
break;
case 'x':