summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/docs/index.html2
-rw-r--r--TAO/docs/poa_migration.html4
2 files changed, 4 insertions, 2 deletions
diff --git a/TAO/docs/index.html b/TAO/docs/index.html
index b14184f944e..249c3b85862 100644
--- a/TAO/docs/index.html
+++ b/TAO/docs/index.html
@@ -25,6 +25,8 @@ bgcolor="#ffffff">
<DT><A HREF="releasenotes/index.html">Release Notes</A><P>
+ <DT><A HREF="poa_migration.html" TARGET="_top">POA Migration Notes</A><P>
+
<DT><A
HREF="http://www.cs.wustl.edu/~schmidt/events_tutorial.html">Event Service Tutorial</A><P>
</DL>
diff --git a/TAO/docs/poa_migration.html b/TAO/docs/poa_migration.html
index 89d152b44ff..220792a0241 100644
--- a/TAO/docs/poa_migration.html
+++ b/TAO/docs/poa_migration.html
@@ -8,14 +8,14 @@ and client; this is necessary to support collocation.</li>
</ul>
Server side:
-<li>POA_init() is replaced with resolve_initial_references("RootPOA") followed>
+<li>POA_init() is replaced with resolve_initial_references("RootPOA") followed
by a _narrow operation.</li
<li>The implementation no longer inherits from the client-side stub; they
inherit from PortableServer::ServantBase. The implications of this are (a) if
you want a object reference for that, you must use the _this() method.</li>
<li>Object ID's are assigned by the POA unless you activate the servant with a
specific ID; IDL_Cubit has examples on how to do this.</li>
-<li>Unlike the BOA, the POA explicitly addresses the temporal nature of servants>
+<li>Unlike the BOA, the POA explicitly addresses the temporal nature of servants
and declares that a POA can service either transient or persistent servants
(not both). The root POA's (mandated, unchangeable) policy is "transient".
The implications of this are that in order for a client to be able to