summaryrefslogtreecommitdiff
path: root/ace/Framework_Component_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Framework_Component_T.h')
-rw-r--r--ace/Framework_Component_T.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/ace/Framework_Component_T.h b/ace/Framework_Component_T.h
index 0094a42054d..226fabbd432 100644
--- a/ace/Framework_Component_T.h
+++ b/ace/Framework_Component_T.h
@@ -21,14 +21,14 @@
/**
* @class ACE_Framework_Component_T
*
- * @brief This class inherits the interface of the abstract
- * ACE_Framework_Component class and is instantiated with the
+ * @brief This class inherits the interface of the abstract
+ * ACE_Framework_Component class and is instantiated with the
* implementation of the concrete component class <class Concrete>.
*
* This design is similar to the Adapter and Decorator patterns
* from the ``Gang of Four'' book. Note that <class Concrete>
* need not inherit from a common class since ACE_Framework_Component
- * provides the uniform virtual interface! (implementation based on
+ * provides the uniform virtual interface! (implementation based on
* ACE_Dumpable_Adapter in <ace/Dump_T.h>.
*/
template <class Concrete>
@@ -54,10 +54,6 @@ public:
ACE_Framework_Repository::instance ()->register_component \
(new ACE_Framework_Component_T<CLASS> (INSTANCE));
-#if defined (__ACE_INLINE__)
-#include "ace/Framework_Component_T.inl"
-#endif /* __ACE_INLINE__ */
-
#if defined (ACE_TEMPLATES_REQUIRE_SOURCE)
#include "ace/Framework_Component_T.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */