10Duke Scale C++ Client
Loading...
Searching...
No Matches
error_codes.h
1#ifndef TENDUKE_SE_LICENSING_ERROR_CODES_H
2#define TENDUKE_SE_LICENSING_ERROR_CODES_H
3
4#include <string>
5
6namespace tenduke { namespace se { namespace licensing { namespace errors {
7
13bool removeLeaseOnHeartbeatFailure(const std::string &errorCode);
14
15}}}}
16
17#endif //TENDUKE_SE_LICENSING_ERROR_CODES_H
Licensing operations for 10Duke Scale.
Definition LicenseConsumerClientBindingStatus.h:8
Classes, functions and globals of 10Duke Scale C++ Client.
Definition AbstractClientFactory.h:16
Root for classes, functions and globals of 10Duke C++ Client.
Definition AbstractClientFactory.h:16