summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/FaultTolerance
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-12-26 15:55:59 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-12-26 15:55:59 +0000
commit9373ca40cf71d21bf53f64d2a0ccd130d6524e73 (patch)
tree1534aad8ba29d75881ad6f4ab980fb04525b42f3 /TAO/orbsvcs/tests/FaultTolerance
parent0bc80fab4dc53994efbd511b22b0c86d59baff8c (diff)
downloadATCD-9373ca40cf71d21bf53f64d2a0ccd130d6524e73.tar.gz
ChangeLogTag:Wed Dec 26 09:07:45 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
Diffstat (limited to 'TAO/orbsvcs/tests/FaultTolerance')
-rw-r--r--TAO/orbsvcs/tests/FaultTolerance/IOGR/Manager.cpp6
-rw-r--r--TAO/orbsvcs/tests/FaultTolerance/IOGR/server.cpp2
2 files changed, 4 insertions, 4 deletions
diff --git a/TAO/orbsvcs/tests/FaultTolerance/IOGR/Manager.cpp b/TAO/orbsvcs/tests/FaultTolerance/IOGR/Manager.cpp
index 2d24fddbe2e..508bf74dbc1 100644
--- a/TAO/orbsvcs/tests/FaultTolerance/IOGR/Manager.cpp
+++ b/TAO/orbsvcs/tests/FaultTolerance/IOGR/Manager.cpp
@@ -33,13 +33,13 @@ parse_args (int argc, char *argv[])
switch (c)
{
case 'a':
- first_ior = get_opts.optarg;
+ first_ior = get_opts.opt_arg ();
break;
case 'b':
- second_ior = get_opts.optarg;
+ second_ior = get_opts.opt_arg ();
break;
case 'c':
- ior_output_file = get_opts.optarg;
+ ior_output_file = get_opts.opt_arg ();
break;
case '?':
default:
diff --git a/TAO/orbsvcs/tests/FaultTolerance/IOGR/server.cpp b/TAO/orbsvcs/tests/FaultTolerance/IOGR/server.cpp
index 1c984b1de4b..f078943789e 100644
--- a/TAO/orbsvcs/tests/FaultTolerance/IOGR/server.cpp
+++ b/TAO/orbsvcs/tests/FaultTolerance/IOGR/server.cpp
@@ -14,7 +14,7 @@ parse_args (int argc, char *argv[])
switch (c)
{
case 'o':
- ior_output_file = get_opts.optarg;
+ ior_output_file = get_opts.opt_arg ();
break;
case '?':