#include <Framework_Component.h>
Inheritance diagram for ACE_Framework_Component:
Public Methods | |
ACE_Framework_Component (void *_this, const ACE_TCHAR *dll_name=0, const ACE_TCHAR *name=0) | |
Constructor. | |
virtual void | close_singleton (void)=0 |
Close the contained singleton. | |
Protected Methods | |
virtual | ~ACE_Framework_Component (void) |
Destructor. | |
Private Attributes | |
const void * | this_ |
Pointer to the actual component. | |
const ACE_TCHAR * | dll_name_ |
Library associated with this component. | |
const ACE_TCHAR * | name_ |
Component name. | |
Friends | |
class | ACE_Framework_Repository |
|
Constructor.
|
|
Destructor.
|
|
Close the contained singleton.
Implemented in ACE_Framework_Component_T< Concrete >. |
|
|
|
Library associated with this component.
|
|
Component name.
|
|
Pointer to the actual component.
|