summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIClassInfo.java
diff options
context:
space:
mode:
authorGrant Gayed <grant_gayed@ca.ibm.com>2011-12-19 10:30:39 -0500
committerGrant Gayed <grant_gayed@ca.ibm.com>2012-03-06 16:45:19 -0500
commit3cdae47da159662ce7eb57e9a6b0f13f94eaec5c (patch)
tree034bca590f4ae22ed6ffe590072d73e2acdcd174 /bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIClassInfo.java
parent852f17f3e885ddde267886a8be3483ac6f27465d (diff)
downloadeclipse.platform.swt-3cdae47da159662ce7eb57e9a6b0f13f94eaec5c.tar.gz
eclipse.platform.swt-3cdae47da159662ce7eb57e9a6b0f13f94eaec5c.tar.xz
eclipse.platform.swt-3cdae47da159662ce7eb57e9a6b0f13f94eaec5c.zip
interface classes updated
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIClassInfo.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIClassInfo.java7
1 files changed, 0 insertions, 7 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIClassInfo.java b/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIClassInfo.java
index 180f72101d..0d5515ac2d 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIClassInfo.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIClassInfo.java
@@ -66,19 +66,12 @@ public class nsIClassInfo extends nsISupports {
}
public static final int SINGLETON = 1;
-
public static final int THREADSAFE = 2;
-
public static final int MAIN_THREAD_ONLY = 4;
-
public static final int DOM_OBJECT = 8;
-
public static final int PLUGIN_OBJECT = 16;
-
public static final int EAGER_CLASSINFO = 32;
-
public static final int CONTENT_NODE = 64;
-
// public static final int RESERVED = 2147483648;
public int GetFlags(int[] aFlags) {