diff options
author | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-08-13 14:32:21 +0000 |
---|---|---|
committer | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-08-13 14:32:21 +0000 |
commit | 68e73cd87d7776fa02e297c63dbb02151e9604bd (patch) | |
tree | f6df70ea928e82229d96ceebfb5cdefadecaae15 | |
parent | a38002bc9af5fe0b2df191f4f35b5c73fda36f33 (diff) | |
download | ATCD-68e73cd87d7776fa02e297c63dbb02151e9604bd.tar.gz |
ChangeLogTag:Fri Aug 13 09:30:54 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
-rw-r--r-- | TAO/ChangeLog | 7 | ||||
-rw-r--r-- | TAO/orbsvcs/tests/ior_corbaname/README | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog index 44e591603ef..4ef6e64f6e3 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,10 @@ +Fri Aug 13 09:30:54 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu> + + * orbsvcs/tests/ior_corbaname/README: + + Fixed a typo in the instructions. Thanks to TG <groth dot th at + nord-com dot net>. + Fri Aug 13 12:48:48 2004 Simon McQueen <sm@prismtechnologies.com> * TAO_IDL/fe/fe_lookup.cpp (lookup): diff --git a/TAO/orbsvcs/tests/ior_corbaname/README b/TAO/orbsvcs/tests/ior_corbaname/README index 79ae355c477..75035230361 100644 --- a/TAO/orbsvcs/tests/ior_corbaname/README +++ b/TAO/orbsvcs/tests/ior_corbaname/README @@ -20,7 +20,7 @@ To test manually: CORBANAME style URL is used and the protocol used to contact the naming context is <iiop> implicitly. - b) ./client corbaname:iiop:doc.ece.uci.edu:12345 + b) ./client corbaname::iiop:doc.ece.uci.edu:12345 CORBANAME style URL is used and the protocol used to contact the naming context is <iiop>. |