22 #ifndef __XPLC_STATICHANDLER_H__
23 #define __XPLC_STATICHANDLER_H__
25 #include <xplc/IStaticServiceHandler.h>
26 #include "objectnode.h"
Service handler for statically linked components.
virtual void addObject(const UUID &, IObject *)
Adds an object to the static service handler.
The basic interface which is included by all other XPLC interfaces and objects.
virtual IObject * getObject(const UUID &)
Get the object corresponding to the given UUID.
virtual void removeObject(const UUID &)
Removes an object from the static service handler.
The structure underlying UUIDs.