summaryrefslogtreecommitdiff
path: root/TAO/docs/INS.html
diff options
context:
space:
mode:
authormarina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-29 04:26:44 +0000
committermarina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-29 04:26:44 +0000
commit12d5be287d82f968dc7cd5871527eb4f2236c742 (patch)
treeb42b9ca5a025d3a8089c22ef69a7b493cff48ad5 /TAO/docs/INS.html
parent6ab672e75ed83146f6564e2323ee5a42024d9180 (diff)
downloadATCD-12d5be287d82f968dc7cd5871527eb4f2236c742.tar.gz
Fixed a broken link
Diffstat (limited to 'TAO/docs/INS.html')
-rw-r--r--TAO/docs/INS.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/docs/INS.html b/TAO/docs/INS.html
index 8b9183449f1..a52528b28e6 100644
--- a/TAO/docs/INS.html
+++ b/TAO/docs/INS.html
@@ -13,7 +13,7 @@ bgcolor="#ffffff">
<H3>TAO Interoperable Naming Service</H3>
The CORBA <A
-HREF="ftp://ftp.omg.org/pub/docs/orbos/99-09-01.pdf">Interoperable
+HREF="ftp://ftp.omg.org/pub/docs/orbos/98-10-11.pdf">Interoperable
Naming Service</A> (INS) service allows the ORB to be configured
administratively to return object references from
<CODE>CORBA::ORB::resolve_initial_references</CODE> for non-locality
@@ -22,14 +22,14 @@ constrained objects. The service also introduces the
be used to bootstrap services not available at ORB installation time.
<P>
-This document presents an overview of TAO's INS implementation and
-addresses common questions. <P>
+This document presents an overview of how these features are
+implemented in TAO and addresses common questions. <P>
<HR align=left width=80% ><P>
<H4>How does <CODE>resolve_initial_references</CODE> work ?</H4><P>
-The following is the order that <CODE>resolve_initial_references</CODE>
-locates a service: <P>
+The following is the order of mechanisms checked by <CODE>resolve_initial_references</CODE>
+for locating a service: <P>
<OL>
<LI><A HREF="#oir">ORBInitRef</A> <br>
@@ -96,7 +96,7 @@ The ORB default initial reference argument assists in resolution of
argument results in a new multiple profile URL equivalent to the following: <P>
<CODE>iioploc://tango.cs.wustl.edu:8989/NameService</CODE> <br>
<CODE>iioploc://merengue.cs.wustl.edu:9999/NameService</CODE> <p>
-
+
The URL is passed to <CODE>CORBA::ORB::string_to_object</CODE> to obtain the
initial reference for the service.
</DL>