Public Static Methods
void add (StartupClass *sc)
| add |
[static]
[static]
void shutdown ()
| shutdown |
[static]
void setExtensionLoader (class ExtensionLoader *extension)
| setExtensionLoader |
[static]
since extensions will register startup classes in the same global way
all other classes do (with StartupManager::add(<some startup class>)),
the StartupManager supports forwarding all add requests to the
active extension, which will allow synchronizing the lt_dlopen
lt_dlclose with the calls of startup()/shutdown() of all StartupClasses
present in the extension
void internalFreeAll ()
| internalFreeAll |
[static]
to free all resources when the application terminates (internal use only)
| Generated by: stefan on stefan on Sat Jun 2 23:13:28 2001, using kdoc 2.0a53. |