29  virtual const std::string& 
name() 
const = 0;
 
 
Definition of the basic interface.
IInterface compliant class extending IInterface with the name() method.
virtual const std::string & name() const =0
Retrieve the name of the instance.
DeclareInterfaceID(INamedInterface, 1, 0)
InterfaceID.