ImagingTools Core SDK
IProductLicensingInfo.h
1// SPDX-License-Identifier: LGPL-2.1-or-later OR GPL-2.0-or-later OR GPL-3.0-or-later OR LicenseRef-ImtCore-Commercial
2#pragma once
3
4
5// ACF includes
6#include <idoc/IDocumentMetaInfo.h>
7
8// ImtCore includes
9#include <imtlic/ILicenseInfoProvider.h>
10
11
12namespace imtbase
13{
14 class IObjectCollection;
15}
16
17
18namespace imtlic
19{
20
21
44{
45public:
47 {
51 MIT_PRODUCT_NAME = idoc::IDocumentMetaInfo::MIT_USER + 1000,
52
57 };
58};
59
60
61} // namespace imtlic
62
63
Core licensing domain model providing feature-based product licensing and instance management.