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