36 #ifndef EMANEGENERATORSEELLOADERPLUGINFACTORY_HEADER_    37 #define EMANEGENERATORSEELLOADERPLUGINFACTORY_HEADER_    74         void construct(
const std::string & sLibraryName);
    96         createPluginFunc createPluginFunc_;
    97         destroyPluginFunc destroyPluginFunc_;
   103 #endif // EMANEGENERATORSEELLOADERPLUGINFACTORY_HEADER_ LoaderPlugin * createPlugin() const
 
Factory for creating plugins . The factory manages the DLL allowing for the creation of plugins of th...
 
Interface used to create an EEL loader plugin implementation. 
 
void construct(const std::string &sLibraryName)
 
void destoryPlugin(LoaderPlugin *pLoader) const