10Duke Enterprise C++ SDK
Toggle main menu visibility
Loading...
Searching...
No Matches
LicenseRenewResponse.h
1
#ifndef LICENSING_CLIENT_LICENSERENEWRESPONSE_H
2
#define LICENSING_CLIENT_LICENSERENEWRESPONSE_H
3
4
#include "../checkout/LicenseCheckoutResponse.h"
5
6
namespace
tenduke
{
namespace
ee
{
namespace
licensing
{
7
13
class
LicenseRenewResponse
:
public
::tenduke::ee::licensing::LicenseCheckoutResponse
14
{
15
public
:
21
LicenseRenewResponse
(
22
const
std::map<std::string, tenduke::ee::licensing::Lease> &leases,
23
const
std::map<std::string, tenduke::ee::licensing::LicensingError> &errors
24
) : ::
tenduke
::
ee
::
licensing
::
LicenseCheckoutResponse
(leases, errors)
25
{}
26
};
27
28
}}}
29
30
#endif
//LICENSING_CLIENT_LICENSERENEWRESPONSE_H
tenduke::ee::licensing::LicenseCheckoutResponse
Response from license checkout request.
Definition
LicenseCheckoutResponse.h:24
tenduke::ee::licensing
Classes, functions and globals related to 10Duke Enterprise licensing.
Definition
AuthzLicensingClient.h:13
tenduke::ee::licensing::LicenseRenewResponse
LicenseRenewResponse(const std::map< std::string, tenduke::ee::licensing::Lease > &leases, const std::map< std::string, tenduke::ee::licensing::LicensingError > &errors)
Response from license renew -request.
Definition
LicenseRenewResponse.h:21
tenduke::ee
Classes, functions and globals of 10Duke Enterprise C++ Client.
Definition
APIRequest.h:4
tenduke
Root for classes, functions and globals of 10Duke C++ Client.
Definition
APIRequest.h:4
client
enterprise
api
src
licensing
renew
LicenseRenewResponse.h
Generated by
1.17.0