summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-09-07 04:17:51 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-09-07 04:17:51 +0000
commit027290ebc37d5dd85440815f3d5840cd83b51b7a (patch)
tree741c367da9a77dcda962807f1e8335bb6faf3581 /TAO/orbsvcs/tests/ImplRepo
parentfde65b269be13ab2bbe9cdfc11f22844306198ee (diff)
downloadATCD-027290ebc37d5dd85440815f3d5840cd83b51b7a.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/orbsvcs/tests/ImplRepo')
-rw-r--r--TAO/orbsvcs/tests/ImplRepo/ir_implrepo_impl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/ImplRepo/ir_implrepo_impl.cpp b/TAO/orbsvcs/tests/ImplRepo/ir_implrepo_impl.cpp
index 7e2b28fd00a..2ad1c1da9b9 100644
--- a/TAO/orbsvcs/tests/ImplRepo/ir_implrepo_impl.cpp
+++ b/TAO/orbsvcs/tests/ImplRepo/ir_implrepo_impl.cpp
@@ -95,7 +95,7 @@ IR_iRepo_i::parse_args (void)
get_opts.optarg), -1);
break;
case 'f': // read the IOR from the file.
- this->server_input_file_ = ACE_OS::strnew (get_opts.optarg);
+ this->server_input_file_ = ACE::strnew (get_opts.optarg);
break;
case '?': // display help for use of the server.
default: