1#ifndef TENDUKE_EE_LICENSING_LICENSECHECKOUTITEM_H
2#define TENDUKE_EE_LICENSING_LICENSECHECKOUTITEM_H
LicenseCheckoutItem(std::string name, std::string requestedVersion=NO_VERSION, std::string licenseId=NO_LICENSE_ID)
Constructs new instance.
Definition LicenseCheckoutItem.cpp:8
const std::string requestedVersion
Requested version.
Definition LicenseCheckoutItem.h:37
const std::string name
Name of the licensed item.
Definition LicenseCheckoutItem.h:34
LicenseCheckoutItem(std::string name, std::string requestedVersion=NO_VERSION, std::string licenseId=NO_LICENSE_ID)
Constructs new instance.
Definition LicenseCheckoutItem.cpp:8
const std::string licenseId
Checkout this license (note that item name must still be given).
Definition LicenseCheckoutItem.h:40
static const std::string NO_LICENSE_ID
Named constant to indicate that no license id is specified.
Definition LicenseCheckoutItem.h:16
static const std::string NO_VERSION
Named constant to indicate that no version is specified.
Definition LicenseCheckoutItem.h:14
Classes, functions and globals related to 10Duke Enterprise licensing.
Definition AuthzLicensingClient.h:13
Classes, functions and globals of 10Duke Enterprise C++ Client.
Definition APIRequest.h:4
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4