23#ifndef __XPLC_MODULEMGR_H__
24#define __XPLC_MODULEMGR_H__
26#include <xplc/utils.h>
27#include <xplc/IModuleManagerFactory.h>
The basic interface which is included by all other XPLC interfaces and objects.
Interface to an object which can be used to find other objects, given their UUIDs.
virtual IObject * getObject(const UUID &cid)
Get the object corresponding to the given UUID.
#define IMPLEMENT_IOBJECT(component)
Helper macro to implement the IObject methods automatically.
The structure underlying UUIDs.