Definition at line 36 of file moduleloader.h.
Public Member Functions | |
Module (void *aHandle, const XPLC_ModuleInfo *aModuleInfo) | |
virtual IObject * | getObject (const UUID &cid) |
Get the object corresponding to the given UUID. | |
virtual | ~Module () |
Static Public Member Functions | |
static Module * | loadModule (const char *modulename) |
Get the object corresponding to the given UUID.
The returned object is already addRef()ed. Returns NULL if there is no matching object.
Implements IServiceHandler.
Definition at line 111 of file moduleloader.cpp.
References XPLC_ModuleInfo::components, XPLC_ComponentEntry::getObject, and XPLC_ComponentEntry::uuid.