summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Server_Declared/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/RTCORBA/Server_Declared/client.cpp')
-rw-r--r--TAO/tests/RTCORBA/Server_Declared/client.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/RTCORBA/Server_Declared/client.cpp b/TAO/tests/RTCORBA/Server_Declared/client.cpp
index fdb42ab30ed..4acef208296 100644
--- a/TAO/tests/RTCORBA/Server_Declared/client.cpp
+++ b/TAO/tests/RTCORBA/Server_Declared/client.cpp
@@ -18,10 +18,10 @@ parse_args (int argc, char *argv[])
switch (c)
{
case 'p':
- ior1 = get_opts.optarg;
+ ior1 = get_opts.opt_arg ();
break;
case 'o':
- ior2 = get_opts.optarg;
+ ior2 = get_opts.opt_arg ();
break;
case '?':
default: