Merged bug fix from Stable into Unstable
This commit is contained in:
commit
6c3f5eefe9
|
|
@ -1399,7 +1399,10 @@ public class LibLsf {
|
|||
|
||||
public static native int ls_isPartialLicensingEnabled();
|
||||
|
||||
public static native lsfLicUsage.ByReference ls_getLicenseUsage();
|
||||
/* NOTE: ls_getLicenseUsage() is not supported by LSF v8.x
|
||||
* Wei Xing, ICR
|
||||
*/
|
||||
// public static native lsfLicUsage.ByReference ls_getLicenseUsage();
|
||||
|
||||
public static native lsInfo.ByReference ls_info();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue