summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/AVStreams/Bidirectional_Flows/sender.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/AVStreams/Bidirectional_Flows/sender.cpp')
-rw-r--r--TAO/orbsvcs/tests/AVStreams/Bidirectional_Flows/sender.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/tests/AVStreams/Bidirectional_Flows/sender.cpp b/TAO/orbsvcs/tests/AVStreams/Bidirectional_Flows/sender.cpp
index bdc873a3ac6..c09aa152355 100644
--- a/TAO/orbsvcs/tests/AVStreams/Bidirectional_Flows/sender.cpp
+++ b/TAO/orbsvcs/tests/AVStreams/Bidirectional_Flows/sender.cpp
@@ -132,13 +132,13 @@ Sender::parse_args (int argc,
switch (c)
{
case 'f':
- this->filename_ = opts.optarg;
+ this->filename_ = opts.opt_arg ();
break;
case 'p':
- this->protocol_ = opts.optarg;
+ this->protocol_ = opts.opt_arg ();
break;
case 'r':
- this->frame_rate_ = ACE_OS::atoi (opts.optarg);
+ this->frame_rate_ = ACE_OS::atoi (opts.opt_arg ());
break;
case 'd':
TAO_debug_level++;