#include "ace/Framework_Component.h"
#include "ace/Framework_Component_T.cpp"
Include dependency graph for Framework_Component_T.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | ACE_Framework_Component_T< Concrete > |
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. More... | |
Defines | |
#define | ACE_REGISTER_FRAMEWORK_COMPONENT(CLASS, INSTANCE) |
Definition in file Framework_Component_T.h.
#define ACE_REGISTER_FRAMEWORK_COMPONENT | ( | CLASS, | |||
INSTANCE | ) |
Value:
ACE_Framework_Repository::instance ()->register_component \ (new ACE_Framework_Component_T<CLASS> (INSTANCE));
Definition at line 58 of file Framework_Component_T.h.
Referenced by ACE_Reactor::instance().