diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2002-02-25 12:46:56 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2002-02-25 12:46:56 +0000 |
commit | d570f1004c04a2f8e7b16749fb5051c049a904cc (patch) | |
tree | fd09ce717f75fc20086ccf09a330b4132461d4ab /docs | |
parent | aee7fdae2a95d0cf5d4c2cbe30ae3e1bd1881555 (diff) | |
download | ATCD-d570f1004c04a2f8e7b16749fb5051c049a904cc.tar.gz |
ChangeLogTag: Mon Feb 25 13:44:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/tutorials/018/Test_T.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/tutorials/018/Test_T.h b/docs/tutorials/018/Test_T.h index 2dee0e7f9ed..82c84c5be9a 100644 --- a/docs/tutorials/018/Test_T.h +++ b/docs/tutorials/018/Test_T.h @@ -4,6 +4,7 @@ #define TEST_T_H #include "ace/Task.h" +#include "ace/Atomic_Op.h" /* We'll create a simple ACE_Task derivative for testing a couple of different locking mechanisms. We've hidden the open() method to |