WvStreams
|
An Interface IDentifier. More...
#include <xplc/uuid.h>
An Interface IDentifier.
Every interface (abstract classes derived from IObject) must have a unique IID, so that getInterface() can ask for that interface.
Generate a UUID for your IID using 'uuidgen', then declare your IID using DEFINE_IID(ClassName). If you need to obtain the UUID corresponding to that interface in the future, call the static function XPLC_IID<ClassName>::get().