summaryrefslogtreecommitdiff
path: root/ace/Test_and_Set.h
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.h
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.h')
-rw-r--r--ace/Test_and_Set.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/ace/Test_and_Set.h b/ace/Test_and_Set.h
index 681ac1220f9..27964034855 100644
--- a/ace/Test_and_Set.h
+++ b/ace/Test_and_Set.h
@@ -51,5 +51,13 @@ private:
#include "ace/Test_and_Set.i"
#endif /* __ACE_INLINE__ */
+#if defined (ACE_TEMPLATES_REQUIRE_SOURCE)
+#include "ace/Test_and_Set.cpp"
+#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
+
+#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
+#pragma implementation ("Test_and_Set.cpp")
+#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
+
#include "ace/post.h"
#endif /* ACE_TEST_AND_SET_H */