23#ifndef __XPLC_MODULEMGR_H__
24#define __XPLC_MODULEMGR_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.
The structure underlying UUIDs.
Various utility functions, macros and templates.
#define IMPLEMENT_IOBJECT(component)
Helper macro to implement the IObject methods automatically.