Merged bug fix from Stable into Unstable

This commit is contained in:
Eric Banks 2012-12-19 22:29:21 -05:00
commit 6c3f5eefe9
1 changed files with 4 additions and 1 deletions

View File

@ -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();