Go to the source code of this file.
Functions | |
void | af_license_addsource (const char *file) |
Specify location of license file. | |
const char * | af_license_getsource (int feature) |
Query which license source provides feature . | |
bool | af_license_checkout (int feature) |
Attempt to checkout (use) a feature. | |
bool | af_license_query (int feature) |
Test if a feature is available, but do not check it out. | |
int | af_license_expires (int feature) |
How many days until specified feature expires. |