| ACE
    6.2.7
    | 
Base class that defines a uniform interface for all managed framework components. More...
#include <Framework_Component.h>


| Public Member Functions | |
| ACE_Framework_Component (void *_this, const ACE_TCHAR *dll_name=0, const ACE_TCHAR *name=0) | |
| Constructor.  More... | |
| virtual void | close_singleton (void)=0 | 
| Close the contained singleton.  More... | |
| Protected Member Functions | |
| virtual | ~ACE_Framework_Component (void) | 
| Destructor.  More... | |
| Private Attributes | |
| const void * | this_ | 
| Pointer to the actual component.  More... | |
| const ACE_TCHAR * | dll_name_ | 
| Library associated with this component.  More... | |
| const ACE_TCHAR * | name_ | 
| Component name.  More... | |
| Friends | |
| class | ACE_Framework_Repository | 
| Additional Inherited Members | |
|  Private Member Functions inherited from ACE_Copy_Disabled | |
| ACE_Copy_Disabled (void) | |
| Default constructor.  More... | |
Base class that defines a uniform interface for all managed framework components.
| 
 | inline | 
Constructor.
| 
 | protectedvirtual | 
Destructor.
| 
 | pure virtual | 
Close the contained singleton.
Implemented in ACE_Framework_Component_T< Concrete >.
| 
 | friend | 
| 
 | private | 
Library associated with this component.
| 
 | private | 
Component name.
| 
 | private | 
Pointer to the actual component.
 1.8.6
 1.8.6