summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIX509CertValidity.java
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIX509CertValidity.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIX509CertValidity.java18
1 files changed, 9 insertions, 9 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIX509CertValidity.java b/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIX509CertValidity.java
index c14d59300f..ac5ebd3d70 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIX509CertValidity.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIX509CertValidity.java
@@ -37,39 +37,39 @@ public class nsIX509CertValidity extends nsISupports {
public static final nsID NS_IX509CERTVALIDITY_IID =
new nsID(NS_IX509CERTVALIDITY_IID_STR);
- public nsIX509CertValidity(int /*long*/ address) {
+ public nsIX509CertValidity(long /*int*/ address) {
super(address);
}
- public int GetNotBefore(int /*long*/ aNotBefore) {
+ public int GetNotBefore(long /*int*/ aNotBefore) {
return XPCOM.VtblCall(nsISupports.LAST_METHOD_ID + 1, getAddress(), aNotBefore);
}
- public int GetNotBeforeLocalTime(int /*long*/ aNotBeforeLocalTime) {
+ public int GetNotBeforeLocalTime(long /*int*/ aNotBeforeLocalTime) {
return XPCOM.VtblCall(nsISupports.LAST_METHOD_ID + 2, getAddress(), aNotBeforeLocalTime);
}
- public int GetNotBeforeLocalDay(int /*long*/ aNotBeforeLocalDay) {
+ public int GetNotBeforeLocalDay(long /*int*/ aNotBeforeLocalDay) {
return XPCOM.VtblCall(nsISupports.LAST_METHOD_ID + 3, getAddress(), aNotBeforeLocalDay);
}
- public int GetNotBeforeGMT(int /*long*/ aNotBeforeGMT) {
+ public int GetNotBeforeGMT(long /*int*/ aNotBeforeGMT) {
return XPCOM.VtblCall(nsISupports.LAST_METHOD_ID + 4, getAddress(), aNotBeforeGMT);
}
- public int GetNotAfter(int /*long*/ aNotAfter) {
+ public int GetNotAfter(long /*int*/ aNotAfter) {
return XPCOM.VtblCall(nsISupports.LAST_METHOD_ID + 5, getAddress(), aNotAfter);
}
- public int GetNotAfterLocalTime(int /*long*/ aNotAfterLocalTime) {
+ public int GetNotAfterLocalTime(long /*int*/ aNotAfterLocalTime) {
return XPCOM.VtblCall(nsISupports.LAST_METHOD_ID + 6, getAddress(), aNotAfterLocalTime);
}
- public int GetNotAfterLocalDay(int /*long*/ aNotAfterLocalDay) {
+ public int GetNotAfterLocalDay(long /*int*/ aNotAfterLocalDay) {
return XPCOM.VtblCall(nsISupports.LAST_METHOD_ID + 7, getAddress(), aNotAfterLocalDay);
}
- public int GetNotAfterGMT(int /*long*/ aNotAfterGMT) {
+ public int GetNotAfterGMT(long /*int*/ aNotAfterGMT) {
return XPCOM.VtblCall(nsISupports.LAST_METHOD_ID + 8, getAddress(), aNotAfterGMT);
}
}