|
ImagingTools Core SDK
|
#include <ILicenseInstanceProvider.h>
Public Member Functions | |
| virtual const imtbase::ICollectionInfo & | GetLicenseInstances () const =0 |
| virtual const ILicenseInstance * | GetLicenseInstance (const QByteArray &licenseId) const =0 |
Interface for a provider of license instances.
This interface is implemented by components that manage activated licenses, such as IProductInstanceInfo. It provides access to the collection of License Instances that are currently activated.
Definition at line 32 of file ILicenseInstanceProvider.h.
|
pure virtual |
Get a specific activated license instance by its ID.
| licenseId | Unique identifier of the license |
|
pure virtual |
Get information about the collection of activated license instances.