#include <BabelStaticFactory.h>
Public Member Functions | |
virtual void | addClasses (ComponentRegistrar *f) |
The framework may be handed an instance or instances of this to inform it of the component classes that were static linked and their constructors.
virtual void BabelStaticFactory::addClasses | ( | ComponentRegistrar * | f | ) | [virtual] |
The framework will invoke this function once giving the BabelStaticFactory implementation the chance to call on the ComponentRegistrar interface. f should not be cached by the BabelStaticFactory implementation.
Implements StaticFactory.