#include <at_factory.h>
Inheritance diagram for at::FactoryEntryLocator_Base:


Public Methods | |
| FactoryEntryLocator_Base () | |
| virtual | ~FactoryEntryLocator_Base () |
| void | RemoveEntry () |
Public Attributes | |
| FactoryRegistryEntry * | m_registry_entry |
|
|
|
|
|
upon destruction of the FactoryEntryLocator_Base object the entry needs to be removed. |
|
|
RemoveEntry removes an entry in a factory - it does not delete the factory itself. This happens in the case where a system is being shut down and the registry is being destroyed before the factory itself.
|
|
|
m_registry_entry is used to point back to the registry that this factory is inserted into. This is to manage the unloading of the dso/dll. |
Generated for Austria by
and
MakeXS at Sun Oct 24 17:35:34 PDT 2004