10Duke Scale C++ Client
Loading...
Searching...
No Matches
LicenseConsumerClientBindingStatus.h
1#ifndef TENDUKE_SE_LICENSING_LICENSECONSUMERCLIENTBINDINGSTATUS_H
2#define TENDUKE_SE_LICENSING_LICENSECONSUMERCLIENTBINDINGSTATUS_H
3
4#include "./LicenseConsumptionClientBinding.h"
5
6#include <vector>
7
8namespace tenduke { namespace se { namespace licensing {
9
15{
16public:
21 explicit LicenseConsumerClientBindingStatus(const std::vector<::tenduke::se::licensing::LicenseConsumptionClientBinding> &clientBindings)
23 {}
24
25public:
29 const std::vector<::tenduke::se::licensing::LicenseConsumptionClientBinding> clientBindings;
30};
31
32}}}
33
34#endif //TENDUKE_SE_LICENSING_LICENSECONSUMERCLIENTBINDINGSTATUS_H
Result of queries, which describe client bindings.
Definition LicenseConsumerClientBindingStatus.h:15
LicenseConsumerClientBindingStatus(const std::vector<::tenduke::se::licensing::LicenseConsumptionClientBinding > &clientBindings)
Constructs new instance.
Definition LicenseConsumerClientBindingStatus.h:21
const std::vector<::tenduke::se::licensing::LicenseConsumptionClientBinding > clientBindings
Licenses that are currently known to be associated with a license consuming user using a specific app...
Definition LicenseConsumerClientBindingStatus.h:29
Root for classes, functions and globals of 10Duke C++ Client.
Definition BackendConfiguration.h:7