#include <licenseservice.h>
Public Member Functions | |
| virtual rtti::TypeInfo | getServiceType () const override |
Public Member Functions inherited from Object | |
| Object () | |
| virtual | ~Object () |
| virtual bool | init (utility::ErrorState &errorState) |
| virtual void | onDestroy () |
| Object (Object &)=delete | |
| Object & | operator= (const Object &)=delete |
| Object (Object &&)=delete | |
| Object & | operator= (Object &&)=delete |
Public Attributes | |
| std::string | mDirectory = "{PROJECT_DIR}/license" |
| Property: 'LicenseDirectory' directory that contains the .license and .key files. More... | |
Public Attributes inherited from Object | |
| std::string | mID |
| Property: 'mID' unique name of the object. Used as an identifier by the system. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from Object | |
| static bool | isIDProperty (rtti::Instance &object, const rtti::Property &property) |
Tells the 'LicenseService' where to find the license and key (signature) files The license and key must be generated using the 'licensegenerator'
|
overridevirtual |
Implements ServiceConfiguration.
| std::string mDirectory = "{PROJECT_DIR}/license" |
Property: 'LicenseDirectory' directory that contains the .license and .key files.