diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2002-02-25 18:21:45 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2002-02-25 18:21:45 +0000 |
commit | 6a44554fcfe9dba6c80d201b25f02c0b2fadba12 (patch) | |
tree | c7cefb22fce094edebd46772044fa468037379d0 /docs/tutorials/018 | |
parent | eb5125b2df69be440ca424492122c4f2b85712a9 (diff) | |
download | ATCD-6a44554fcfe9dba6c80d201b25f02c0b2fadba12.tar.gz |
ChangeLogTag: Mon Feb 25 19:08:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'docs/tutorials/018')
-rw-r--r-- | docs/tutorials/018/page03.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/tutorials/018/page03.html b/docs/tutorials/018/page03.html index c11e0e5b972..d148b339cdc 100644 --- a/docs/tutorials/018/page03.html +++ b/docs/tutorials/018/page03.html @@ -45,6 +45,7 @@ yourself a lot of time! <font color=blue>#define</font> <font color=purple>TEST_T_H</font> <font color=blue>#include</font> "<A HREF="../../../ace/Task.h">ace/Task.h</A>" +<font color=blue>#include</font> "<A HREF="../../../ace/Atomic_Op.h">ace/Atomic_Op.h</A>" <font color=red>/* We'll create a simple ACE_Task derivative for testing a couple of different locking mechanisms. We've hidden the open() method to |