[jbosstools-commits] JBoss Tools SVN: r35342 - trunk/vpe/plugins/org.jboss.tools.vpe.xulrunner/src/org/jboss/tools/vpe/xulrunner/util.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Tue Oct 4 18:44:51 EDT 2011
Author: dgolovin
Date: 2011-10-04 18:44:50 -0400 (Tue, 04 Oct 2011)
New Revision: 35342
Modified:
trunk/vpe/plugins/org.jboss.tools.vpe.xulrunner/src/org/jboss/tools/vpe/xulrunner/util/XPCOM.java
Log:
Constant added with error code to distinguish NO_INTEFACE error from others
Modified: trunk/vpe/plugins/org.jboss.tools.vpe.xulrunner/src/org/jboss/tools/vpe/xulrunner/util/XPCOM.java
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe.xulrunner/src/org/jboss/tools/vpe/xulrunner/util/XPCOM.java 2011-10-04 22:25:30 UTC (rev 35341)
+++ trunk/vpe/plugins/org.jboss.tools.vpe.xulrunner/src/org/jboss/tools/vpe/xulrunner/util/XPCOM.java 2011-10-04 22:44:50 UTC (rev 35342)
@@ -56,6 +56,8 @@
public static final String NS_IWEBBROWSER_CID = "F1EAC761-87E9-11d3-AF80-00A024FFC08C"; //$NON-NLS-1$
public static final String NS_IAPPSHELL_CID = "2d96b3df-c051-11d1-a827-0040959a28c9"; //$NON-NLS-1$
+ public static final long NS_ERROR_NO_INTERFACE = 0x80004002L;
+
/**Stores all interfaces which extend nsISupports. */
/* Lazy initialization of interfacesList is used to avoid loading
* of all these classes (>1000) by the class loader. */
More information about the jbosstools-commits
mailing list