23#ifndef __XPLC_MONIKERS_H__
24#define __XPLC_MONIKERS_H__
26#include <xplc/IMonikerService.h>
27#include "monikernode.h"
An interface for registering objects so they can be retrieved using a moniker.
The basic interface which is included by all other XPLC interfaces and objects.
virtual IObject * resolve(const char *)
Given a moniker string, return the IObject it refers to, or NULL if no objects match.
virtual void registerObject(const char *, const UUID &)
Register an object to be retrieved with a moniker.
The structure underlying UUIDs.