summaryrefslogtreecommitdiff
path: root/docs/tutorials/021/page04.html
diff options
context:
space:
mode:
authorjcej <jcej@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-19 20:09:34 +0000
committerjcej <jcej@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-19 20:09:34 +0000
commit69ab21d3aef26a89e5d3317d14746174534ac8b3 (patch)
tree04e6ee3d953ce7d6897ae1d73a1f662880fa74c7 /docs/tutorials/021/page04.html
parent676ccec6b6de0a2a7ab6a7de353ef45f0a22af46 (diff)
downloadATCD-69ab21d3aef26a89e5d3317d14746174534ac8b3.tar.gz
*** empty log message ***
Diffstat (limited to 'docs/tutorials/021/page04.html')
-rw-r--r--docs/tutorials/021/page04.html17
1 files changed, 9 insertions, 8 deletions
diff --git a/docs/tutorials/021/page04.html b/docs/tutorials/021/page04.html
index 16140528689..2886b87e19e 100644
--- a/docs/tutorials/021/page04.html
+++ b/docs/tutorials/021/page04.html
@@ -13,13 +13,13 @@
<P>
<HR WIDTH="100%">
- Everything common the server & client is kept here. In
- particular, the Constants class where we keep the names &
- semaphore keys.
- <p>
- The Allocator class is just a thin wrapper around
- ACE_Malloc&lt;&gt; that moves some of the details out of the
- application logic.
+ Everything common the server & client is kept here. In
+ particular, the Constants class where we keep the names &
+ semaphore keys.
+ <p>
+ The Allocator class is just a thin wrapper around
+ ACE_Malloc&lt;&gt; that moves some of the details out of the
+ application logic.
<hr>
<PRE>
@@ -81,7 +81,7 @@ public:
<font color=red>// The name assigned to the memory pool by the server is needed</font>
<font color=red>// by the client. Without it, the pool cannot be found.</font>
- <font color=red>// Likewise, the name the server will bind() to the region of the </font>
+ <font color=red>// Likewise, the name the server will bind() to the region of the</font>
<font color=red>// pool must be available to the client.</font>
static const char *PoolName;
static const char *RegionName;
@@ -108,3 +108,4 @@ public:
do other things on your platform.
<P><HR WIDTH="100%">
<CENTER>[<A HREF="../online-tutorials.html">Tutorial Index</A>] [<A HREF="page05.html">Continue This Tutorial</A>]</CENTER>
+