summaryrefslogtreecommitdiff
path: root/docs/tutorials/012/page01.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorials/012/page01.html')
-rw-r--r--docs/tutorials/012/page01.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/tutorials/012/page01.html b/docs/tutorials/012/page01.html
index f54792048d4..7ece43c6de6 100644
--- a/docs/tutorials/012/page01.html
+++ b/docs/tutorials/012/page01.html
@@ -1,3 +1,4 @@
+<!-- $Id$ -->
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
@@ -15,13 +16,13 @@
<HR WIDTH="100%">
<P>
Last time around we put an object into a message queue by using the
-copy() method to create a duplicate of the object. That's probably OK
+copy() method to create a duplicate of the object. That's probably OK
for simple objects that aren't very large. However, if you have an
object that contains pointers or tons of data then that approach is
going to cause problems.
<P>
-What we'll do in this tutorial is specialize the ACE_Message_Block
-object so that it can carry our data more efficiently. As you'll see,
+What we'll do in this tutorial is specialize the ACE_Message_Block
+object so that it can carry our data more efficiently. As you'll see,
this isn't very difficult at all.
<P>
Kirthika's abstract: