10 #ifndef YARP_DEV_IMULTIPLEWRAPPER_H
11 #define YARP_DEV_IMULTIPLEWRAPPER_H
Interface for an object that can wrap/attach to to another.
virtual bool attachAll(const PolyDriverList &p)=0
Attach to a list of objects.
virtual bool detachAll()=0
Detach the object (you must have first called attach).
virtual ~IMultipleWrapper()
Destructor.
The main, catch-all namespace for YARP.