summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2002-04-22 13:27:09 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2002-04-22 13:27:09 +0000
commitabdd84ee96b2e35e5a327ff9de20f2108a2b5f6c (patch)
tree7c5f369cd713e84800b852d887b6b2748115ea5e /docs
parentd7117b4c1a0a90f16d05ea498b5307b1944228eb (diff)
downloadATCD-abdd84ee96b2e35e5a327ff9de20f2108a2b5f6c.tar.gz
ChangeLogTag: Mon Apr 22 15:26:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'docs')
-rw-r--r--docs/tutorials/021/page01.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/021/page01.html b/docs/tutorials/021/page01.html
index 0237f40242f..93d2d2ad407 100644
--- a/docs/tutorials/021/page01.html
+++ b/docs/tutorials/021/page01.html
@@ -39,7 +39,7 @@ free list maintained by the class. Unless a "remove" is done explicitly,
the memory wont be returned to the OS. Various memory pool types can be
used,
ACE_MMap_Memory_Pool,ACE_Sbrk_Memory_Pool to name a few.
-For further details: <A HREF="../../ace/Memory_Pool.h">ace/Memory_Pool.h</A>.
+For further details: <A HREF="../../../ace/Memory_Pool.h">ace/Memory_Pool.h</A>.
<P>
In this tutorial, a ACE_Malloc class with ACE_MMAP_MEMORY_POOL
and a semophore for syncronisation has been used. This is locked by