33#include <xplc/IMoniker.h>
34#include <xplc/IFactory.h>
35#include <xplc/IModuleManagerFactory.h>
50 servmgr->addHandler(modulemgr);
62 return factory->createObject();
77 return factory->createObject();
The basic interface which is included by all other XPLC interfaces and objects.
void addModuleDirectory(const char *directory)
Adds a directory to the module loader path.
IObject * create(const UUID &cid)
Object creation helper.
Smart pointer class for XPLC interfaces.
Smart pointer for XPLC interfaces.
The structure underlying UUIDs.
The XPLC helper class for the C++ binding.