24 #ifndef __XPLC_SERVMGR_H__
25 #define __XPLC_SERVMGR_H__
28 #include "handlernode.h"
The service manager interface.
The basic interface which is included by all other XPLC interfaces and objects.
The XPLC service manager interface.
virtual void addLastHandler(IServiceHandler *)
Register a handler to be handled by this manager, explicitly adding it to the end of the list (lowest...
The structure underlying UUIDs.
Interface to an object which can be used to find other objects, given their UUIDs.
virtual void addHandler(IServiceHandler *)
Register a handler to be handled by this manager.
virtual IObject * getObject(const UUID &)
Get the object corresponding to the given UUID.
virtual void addFirstHandler(IServiceHandler *)
Register a handler to be handled by this manager, explicitly adding it to the beginning of the list (...
virtual void removeHandler(IServiceHandler *)
Remove a handler from the list.