Safir SDK Core
|
Base class used when composing more elaborated interfaces. More...
#include <Safir/Dob/Consumer.h>
Public Member Functions | |
virtual void | OnCompletedRegistration (const Safir::Dob::Typesystem::TypeId typeId, const Safir::Dob::Typesystem::HandlerId &handlerId)=0 |
Indicates that a pending registration has completed and the handler is now registered. More... | |
Public Member Functions inherited from Safir::Dob::RevokedRegistrationBase | |
virtual | ~RevokedRegistrationBase () |
Virtual destructor is needed since we have virtual member functions. More... | |
virtual void | OnRevokedRegistration (const Safir::Dob::Typesystem::TypeId typeId, const Safir::Dob::Typesystem::HandlerId &handlerId)=0 |
Indicates that the handler is no longer registered for the given type. More... | |
Public Member Functions inherited from Safir::Dob::Internal::ConsumerBase | |
virtual | ~ConsumerBase () |
Base class used when composing more elaborated interfaces.
|
pure virtual |
Indicates that a pending registration has completed and the handler is now registered.
[in] | typeId | - Type Id of the entity or service. |
[in] | handlerId | - Id of the registered handler. |