summaryrefslogtreecommitdiff
path: root/TAO/docs/tutorials/Quoter/On_Demand_Activation/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/docs/tutorials/Quoter/On_Demand_Activation/index.html')
-rw-r--r--TAO/docs/tutorials/Quoter/On_Demand_Activation/index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/docs/tutorials/Quoter/On_Demand_Activation/index.html b/TAO/docs/tutorials/Quoter/On_Demand_Activation/index.html
index d848f9c8ae7..833749a9cc1 100644
--- a/TAO/docs/tutorials/Quoter/On_Demand_Activation/index.html
+++ b/TAO/docs/tutorials/Quoter/On_Demand_Activation/index.html
@@ -96,6 +96,7 @@
the object ID is valid and then check for the servant we want to
create and create adn return the requested servant.
<PRE>
+ <PRE>
PortableServer::Servant
Quoter_Stock_Factory_Locator_i::preinvoke (const PortableServer::ObjectId &oid,
PortableServer::POA_ptr poa,
@@ -253,6 +254,7 @@
<a href="../AMI/Handler_i.cpp">Handler_i.cpp</a>.
</P>
<H3>More Reading</H3>
+ <P>The
<P>The <A HREF="http://www.triodia.com/staff/michi-henning.html">Henning</A> and
<A HREF="http://www.iona.com/hyplan/vinoski/">Vinoski</A>
<A HREF="http://www.iona.com/hyplan/vinoski/#book">CORBA book</A>
@@ -261,7 +263,7 @@
in C++ Report also include several articles about the POA. Finally,
the <A HREF="http://www.cs.wustl.edu/~schmidt/TAO.html">TAO</a>
distribution includes
- <A HREF="../../../../examples/POA">examples</A> that illustrate how to use the POA policies.
+ <A HREF="http://www.cs.wustl.edu/~schmidt/ACE_wrappers/TAO/examples/POA">examples</A> that illustrate how to use the POA policies.
</P>
<hr>
<address><a href="mailto:pgontla@ece.uci.edu">Priyanka Gontla</a></address>