summaryrefslogtreecommitdiff
path: root/ace/Test_and_Set.cpp
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-10-13 06:04:17 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-10-13 06:04:17 +0000
commite6b2f8c030fe81a6bbe939a3a1d843ec65a1fbda (patch)
tree254b6b6847de00a79d40973ade2308418604c4dc /ace/Test_and_Set.cpp
parent4cd07063223b9d41a6eb52af7cfe7c2ff340b87d (diff)
downloadATCD-e6b2f8c030fe81a6bbe939a3a1d843ec65a1fbda.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.cpp10
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 */