summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Private_Connection
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/tests/RTCORBA/Private_Connection
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/tests/RTCORBA/Private_Connection')
-rw-r--r--TAO/tests/RTCORBA/Private_Connection/client.cpp4
-rw-r--r--TAO/tests/RTCORBA/Private_Connection/server.cpp4
2 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tests/RTCORBA/Private_Connection/client.cpp b/TAO/tests/RTCORBA/Private_Connection/client.cpp
index 9639177547a..940062c0f5b 100644
--- a/TAO/tests/RTCORBA/Private_Connection/client.cpp
+++ b/TAO/tests/RTCORBA/Private_Connection/client.cpp
@@ -17,10 +17,10 @@ parse_args (int argc, char *argv[])
switch (c)
{
case 'o':
- ior1 = get_opts.optarg;
+ ior1 = get_opts.opt_arg ();
break;
case 'p':
- ior2 = get_opts.optarg;
+ ior2 = get_opts.opt_arg ();
break;
case '?':
default:
diff --git a/TAO/tests/RTCORBA/Private_Connection/server.cpp b/TAO/tests/RTCORBA/Private_Connection/server.cpp
index 7b8d15d709b..69de99f823e 100644
--- a/TAO/tests/RTCORBA/Private_Connection/server.cpp
+++ b/TAO/tests/RTCORBA/Private_Connection/server.cpp
@@ -62,11 +62,11 @@ parse_args (int argc, char *argv[])
switch (c)
{
case 'o':
- ior_output_file1 = get_opts.optarg;
+ ior_output_file1 = get_opts.opt_arg ();
break;
case 'p':
- ior_output_file2 = get_opts.optarg;
+ ior_output_file2 = get_opts.opt_arg ();
break;
case '?':