diff options
author | doccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-09-19 10:17:34 +0000 |
---|---|---|
committer | doccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-09-19 10:17:34 +0000 |
commit | e30fa12aeaa23d04b2de63a70096a7f4d9ee8354 (patch) | |
tree | 9a52df1a0850a8f5cfec9df8b563000dfa5fe136 /ace/Test_and_Set.h | |
parent | 9f89dac719ba02112164516b973bc7d7c5dfcc26 (diff) | |
download | ATCD-e30fa12aeaa23d04b2de63a70096a7f4d9ee8354.tar.gz |
ChangeLogTag: Wed Sep 19 12:00:04 2001 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/Test_and_Set.h')
-rw-r--r-- | ace/Test_and_Set.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Test_and_Set.h b/ace/Test_and_Set.h index 83bb57e329d..4def53af1bd 100644 --- a/ace/Test_and_Set.h +++ b/ace/Test_and_Set.h @@ -34,7 +34,7 @@ * value 0 or 1. */ template <class ACE_LOCK, class TYPE> -class ACE_Export ACE_Test_and_Set : public ACE_Event_Handler +class ACE_Test_and_Set : public ACE_Event_Handler { public: ACE_Test_and_Set (TYPE initial_value = 0); |