summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-07-27 07:27:29 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-07-27 07:27:29 +0000
commitc4668933291dc0316812f539041232d8fe2e5680 (patch)
treee0733ec314b1b2d339edccb00bfbc643430c49d1
parent201898425c0c2abb47ec12e18f2a1d0d2d745747 (diff)
downloadATCD-c4668933291dc0316812f539041232d8fe2e5680.tar.gz
ChangeLogTag: Wed Jul 27 07:27:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/docs/tutorials/Quoter/Event_Service/index.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/TAO/docs/tutorials/Quoter/Event_Service/index.html b/TAO/docs/tutorials/Quoter/Event_Service/index.html
index e27ab5c93b7..8b60f5ec91c 100644
--- a/TAO/docs/tutorials/Quoter/Event_Service/index.html
+++ b/TAO/docs/tutorials/Quoter/Event_Service/index.html
@@ -118,7 +118,8 @@ Stock_Consumer::push (const CORBA::Any& data
and use the usual mechanisms to catch and throw exceptions.
For more information on how to use the alternative mapping and
how to write portable code for both environments check
- <A HREF="http://ace.cs.wustl.edu/cvsweb/ace-latest.cgi/ACE_wrappers/docs/exception.html">Using ACE try macros for CORBA programming</A>.
+ <A HREF="../../../../../docs/exceptions.html">Using
+ ACE try macros for CORBA programming</A>.
</P>
<P>Going back to our example,
@@ -335,7 +336,7 @@ Quoter_Stock_i::disconnect_push_supplier (TAO_ENV_SINGLE_ARG_DECL_NOT_USED)
<A HREF="client.cpp">client.cpp</A>.
And other support files
<A HREF="Quoter.idl">Quoter.idl</A>,
- <A HREF="Makefile">Makefile</A>,
+ <A HREF="GNUMakefile">Makefile</A>,
<A HREF="Stock_i.h">Stock_i.h</A>,
<A HREF="Stock_i.cpp">Stock_i.cpp</A>,
<A HREF="Stock_Factory_i.h">Stock_Factory_i.h</A>,
@@ -354,7 +355,7 @@ Quoter_Stock_i::disconnect_push_supplier (TAO_ENV_SINGLE_ARG_DECL_NOT_USED)
<P>To test your changes you need to run four programs,
first TAO's Naming Service:
<PRE>
-$ $TAO_ROOT/orbsvcs/Naming_Service/Naming_Service
+$ $TAO_ROOT/orbsvcs/Naming_Service/Naming_Service -m 1
</PRE>
<P>The CORBA Event Service
</P>