diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-05-19 22:26:34 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-05-19 22:26:34 +0000 |
commit | 7b130020b229154a1e1e96f81459ed96595caf93 (patch) | |
tree | 160337f9a1da48c80ff36405523dc63dbe1a40ca /TAO/tests/Param_Test | |
parent | a18910083742e18aec0f3ab2ec1aedee9fe0b1e4 (diff) | |
download | ATCD-7b130020b229154a1e1e96f81459ed96595caf93.tar.gz |
ChangeLogTag:Sat May 19 10:28:56 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tests/Param_Test')
-rw-r--r-- | TAO/tests/Param_Test/anyop.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Param_Test/anyop.cpp b/TAO/tests/Param_Test/anyop.cpp index 0165e378890..5f142364b7a 100644 --- a/TAO/tests/Param_Test/anyop.cpp +++ b/TAO/tests/Param_Test/anyop.cpp @@ -90,7 +90,7 @@ main (int argc, char *argv[]) { CORBA::Object_var obj = - orb->string_to_object ("iioploc://localhost:1234/Foo/Bar", + orb->string_to_object ("corbaloc:iiop:localhost:1234/Foo/Bar", ACE_TRY_ENV); ACE_TRY_CHECK; |