summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/chat/Server_i.cpp
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
commitd200c2051c92cc193fdebaabd9c4b80935f33496 (patch)
tree1534aad8ba29d75881ad6f4ab980fb04525b42f3 /TAO/examples/Simple/chat/Server_i.cpp
parentc13d83545ee97972e556b1fdc6eb81c318435f76 (diff)
downloadATCD-d200c2051c92cc193fdebaabd9c4b80935f33496.tar.gz
ChangeLogTag:Wed Dec 26 09:07:45 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
Diffstat (limited to 'TAO/examples/Simple/chat/Server_i.cpp')
-rw-r--r--TAO/examples/Simple/chat/Server_i.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/Simple/chat/Server_i.cpp b/TAO/examples/Simple/chat/Server_i.cpp
index 856d2d22a06..fa68b36aa10 100644
--- a/TAO/examples/Simple/chat/Server_i.cpp
+++ b/TAO/examples/Simple/chat/Server_i.cpp
@@ -41,7 +41,7 @@ Server_i::parse_args (int argc, char *argv[])
switch (c)
{
case 'o': // get the file name to write to
- this->ior_file_name_ = get_opts.optarg;
+ this->ior_file_name_ = get_opts.opt_arg ();
break;
case '?': // display help for use of the server.