summaryrefslogtreecommitdiff
path: root/ACE/ace/RB_Tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/RB_Tree.h')
-rw-r--r--ACE/ace/RB_Tree.h14
1 files changed, 3 insertions, 11 deletions
diff --git a/ACE/ace/RB_Tree.h b/ACE/ace/RB_Tree.h
index 03fb77f2a60..0bf1f40d9a7 100644
--- a/ACE/ace/RB_Tree.h
+++ b/ACE/ace/RB_Tree.h
@@ -118,11 +118,9 @@ public:
/**
* @note This method is inlined here rather than in RB_Tree.inl
* since that file may be included multiple times when
- * inlining is disabled and on platforms where
- * @c ACE_TEMPLATES_REQUIRE_SOURCE is defined. In those
- * platform/configuration combinations, multiple definitions
- * of this method occurred. Placing the definition inline in
- * the header avoids such errors.
+ * inlining is disabled. In those platform/configuration
+ * combinations, multiple definitions of this method occurred.
+ * Placing the definition inline in the header avoids such errors.
*/
ACE_Allocator * allocator () const { return this->allocator_; }
@@ -871,13 +869,7 @@ ACE_END_VERSIONED_NAMESPACE_DECL
#include "ace/RB_Tree.inl"
#endif /* __ACE_INLINE__ */
-#if defined (ACE_TEMPLATES_REQUIRE_SOURCE)
#include "ace/RB_Tree.cpp"
-#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
-
-#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("RB_Tree.cpp")
-#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#include /**/ "ace/post.h"
#endif /* ! defined (ACE_RB_TREE_H) */