diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-10-13 06:04:17 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-10-13 06:04:17 +0000 |
commit | 119b9229678727c99e74cbac22997645b0e974b7 (patch) | |
tree | 254b6b6847de00a79d40973ade2308418604c4dc /ace/Test_and_Set.cpp | |
parent | fe78c5dbe507f9171387146ed6aae1e8f275ce87 (diff) | |
download | ATCD-119b9229678727c99e74cbac22997645b0e974b7.tar.gz |
ChangeLogTag:Thu Oct 12 22:58:13 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'ace/Test_and_Set.cpp')
-rw-r--r-- | ace/Test_and_Set.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ace/Test_and_Set.cpp b/ace/Test_and_Set.cpp index 20ff024fb17..4dc5a3d5e0b 100644 --- a/ace/Test_and_Set.cpp +++ b/ace/Test_and_Set.cpp @@ -1,16 +1,14 @@ // $Id$ -#ifndef ACE_TEST_AND_SET_H -#define ACE_TEST_AND_SET_H +#ifndef ACE_TEST_AND_SET_C +#define ACE_TEST_AND_SET_C -#include "ace/Thread.h" +#include "Test_and_Set.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ -#include "Test_and_Set.h" - ACE_RCSID(ace, Test_and_Set, "$Id$") template <class ACE_LOCK, class TYPE> @@ -46,3 +44,5 @@ ACE_Test_and_Set<ACE_LOCK, TYPE>::handle_signal (int, siginfo_t *, ucontext_t *) this->set (1); return 0; } + +#endif /* ACE_TEST_AND_SET_C */ |