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 | e6b2f8c030fe81a6bbe939a3a1d843ec65a1fbda (patch) | |
tree | 254b6b6847de00a79d40973ade2308418604c4dc /ace/Test_and_Set.h | |
parent | 4cd07063223b9d41a6eb52af7cfe7c2ff340b87d (diff) | |
download | ATCD-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.h | 8 |
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 */ |