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

Public Methods | |
| virtual const DKy * | Key ()=0 |
| virtual int | Version ()=0 |
In general, a FactoryRegister must be a singleton. Unfortunately this will not happen in all circumstances, especially with dynamically linked libraries. The solution to this is to provide a single registry of registries.
This is a reference counted class because DLL's may be loaded and unloaded.
|
|
Key returns a string representing the key of this registry.
|
|
|
Version will return an integer that indicates the version of a factory registry. This is to eliminate issues regarding version problems.
|
Generated for Austria by
and
MakeXS at Sun Oct 24 17:35:34 PDT 2004