33#ifndef API_MIP_PROTECTION_LICENSE_APPLICATION_DATA_H_
34#define API_MIP_PROTECTION_LICENSE_APPLICATION_DATA_H_
52 virtual const std::string&
GetName()
const = 0;
59 virtual const std::string&
GetValue()
const = 0;
The application data from a license.
virtual const std::string & GetName() const =0
Gets the application data name.
virtual const std::string & GetValue() const =0
Gets the application data value.