10 #ifndef YARP_DEV_IWRAPPER_H
11 #define YARP_DEV_IWRAPPER_H
Interface for an object that can wrap/or "attach" to another.
virtual bool detach()=0
Detach the object (you must have first called attach).
virtual ~IWrapper()
Destructor.
virtual bool attach(PolyDriver *poly)=0
Attach to another object.
A container for a device driver.
The main, catch-all namespace for YARP.