summaryrefslogtreecommitdiff
path: root/TAO/docs
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2018-04-13 10:30:19 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2018-04-13 10:30:19 +0200
commit6a04b1e7cedd54f78f779750d98579f97dccdfba (patch)
tree54d8a5b90209101f2843c66d2186fcd90d973f05 /TAO/docs
parentb3177982ce28246e24576046a2a19b52392c7983 (diff)
downloadATCD-6a04b1e7cedd54f78f779750d98579f97dccdfba.tar.gz
Fixed typo
Diffstat (limited to 'TAO/docs')
-rw-r--r--TAO/docs/ORB_Internals.html16
1 files changed, 6 insertions, 10 deletions
diff --git a/TAO/docs/ORB_Internals.html b/TAO/docs/ORB_Internals.html
index 2535e1e3314..74ec0e1e51c 100644
--- a/TAO/docs/ORB_Internals.html
+++ b/TAO/docs/ORB_Internals.html
@@ -17,8 +17,8 @@
</P>
<P>New ORB developers are expected to read this document and
document here all the things that they find hard to understand,
- surprizing or event broken.
- New members of the ORB core team are expected to fill in details
+ surprising or event broken.
+ New members of the ORB core team are expected to fill in details
that were not explained before.
</P>
@@ -30,7 +30,7 @@
documented at this point.
</P>
- <P>Assume the application invokes a method on an object reference,
+ <P>Assume the application invokes a method on an object reference,
in the generated stub for that method the following sequence is
started:
<UL>
@@ -43,7 +43,7 @@
<UL>
<LI>finds the profile to use for this invocation
</LI>
- <LI>passes the profile to Connector Registry to obtain
+ <LI>passes the profile to Connector Registry to obtain
TAO_Transport object (wrapper around Service_Handler)
</LI>
<LI>generates and marshalls GIOP & Request headers for this
@@ -51,12 +51,12 @@
</LI>
</UL>
</LI>
-
+
<LI>marshalls request parameters
</LI>
<LI>calls invoke method on the invocation object
</LI>
-
+
<LI>TAO_GIOP_Twoway_Invocation::invoke:
<UL>
<LI>sets TAO_Reply_Dispatcher (this is used to make both
@@ -79,9 +79,5 @@
<hr>
<address><a href="mailto:coryan@cs.wustl.edu">Carlos O'Ryan</a></address>
-<!-- Created: Fri Sep 10 16:34:44 CDT 1999 -->
-<!-- hhmts start -->
-Last modified: Fri Sep 10 18:00:18 CDT 1999
-<!-- hhmts end -->
</body>
</html>