summaryrefslogtreecommitdiff
path: root/ace/Test_and_Set.cpp
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-04-26 16:34:25 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-04-26 16:34:25 +0000
commitc0d27dfe36eb62cf48baaa49c370aa9319cb4796 (patch)
tree509dfc602db154d39af7b51bca99be7c09c597b9 /ace/Test_and_Set.cpp
parentd9e44f3caceb73e3d1cdf55b76a771e1d9477d9b (diff)
downloadATCD-c0d27dfe36eb62cf48baaa49c370aa9319cb4796.tar.gz
ChangeLogTag:Fri Apr 26 16:23:32 UTC 2002 Don Hinton <dhinton@ieee.org>
Diffstat (limited to 'ace/Test_and_Set.cpp')
-rw-r--r--ace/Test_and_Set.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/Test_and_Set.cpp b/ace/Test_and_Set.cpp
index 73896eb387a..04bef3e4571 100644
--- a/ace/Test_and_Set.cpp
+++ b/ace/Test_and_Set.cpp
@@ -4,12 +4,13 @@
#define ACE_TEST_AND_SET_C
#include "ace/Test_and_Set.h"
-#include "ace/Synch_T.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+#include "ace/Synch_T.h"
+
ACE_RCSID(ace, Test_and_Set, "$Id$")
template <class ACE_LOCK, class TYPE>