summaryrefslogtreecommitdiff
path: root/TAO/docs
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2018-11-28 15:33:22 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2018-11-28 15:33:22 +0100
commitaff2102e09a4d64c23d0d858794a7ecd196ab4fc (patch)
treec34baf064343a09d8df6eb61ed0c49ead1878c08 /TAO/docs
parent6178231ad019633df9d84af3b053dc30a4d9f563 (diff)
downloadATCD-aff2102e09a4d64c23d0d858794a7ecd196ab4fc.tar.gz
Documentation updates
Diffstat (limited to 'TAO/docs')
-rw-r--r--TAO/docs/compiler.html2
-rw-r--r--TAO/docs/tutorials/Quoter/Event_Service/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/docs/compiler.html b/TAO/docs/compiler.html
index cd98f422004..a036c26e5e8 100644
--- a/TAO/docs/compiler.html
+++ b/TAO/docs/compiler.html
@@ -219,7 +219,7 @@ described in the CORBA 3.0.3 specification.
<h3><a name="collocation-stubs">Collocation Strategies</a></h3>
TAO_IDL can generate collocated stubs using two different collocation
-strategies. It also allows you to supress/enable the generation of
+strategies. It also allows you to suppress/enable the generation of
the stubs of a particular strategy. To gain great flexibility at
run-time, you can generate stubs for both collocation strategies
(using both '<a href="#Gp"><code>-Gp</code></a>' and '<a
diff --git a/TAO/docs/tutorials/Quoter/Event_Service/index.html b/TAO/docs/tutorials/Quoter/Event_Service/index.html
index 1d5b58407e7..a482a62dcaf 100644
--- a/TAO/docs/tutorials/Quoter/Event_Service/index.html
+++ b/TAO/docs/tutorials/Quoter/Event_Service/index.html
@@ -77,7 +77,7 @@ public:
void
Stock_Consumer::push (const CORBA::Any& data)
{
- Quoter::Event *event;
+ const Quoter::Event *event = 0;
if ((data >>= event) == 0)
return; // Invalid event
</PRE>