Home
last modified time | relevance | path

Searched refs:funcLic (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/opendx/dx-4.4.4/src/uipp/base/
H A DLicense.C150 LicenseTypeEnum *funcLic) in UIGetLicense() argument
154 *funcLic = FullFunctionLicense; in UIGetLicense()
180 forcedFuncLic = *funcLic; in UIGetLicense()
181 *funcLic = Unlicensed; in UIGetLicense()
348 c_buf,*funcLic,*appLic); in UIGetLicense()
352 switch (*funcLic) { in UIGetLicense()
404 *funcLic = Unlicensed; in UIGetLicense()
906 LicenseTypeEnum *funcLic)
919 *funcLic = Unlicensed;
948 *funcLic = RunTimeLicense;
[all …]
H A DLicense.h43 LicenseTypeEnum *funcLic);