Added NS_NewArray function. Used by testcase. Not part of default build.

git-svn-id: svn://10.0.0.236/trunk@163124 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pedemont%us.ibm.com
2004-10-01 22:59:12 +00:00
parent 7edbecbff2
commit b183f0786f
2 changed files with 34 additions and 0 deletions

View File

@@ -44,5 +44,7 @@ public final class GeckoEmbed {
public static native nsILocalFile NS_NewLocalFile(String aPath, boolean followLinks);
public static native nsIComponentManager NS_GetComponentManager();
public static native nsIServiceManager NS_GetServiceManager();
public static native nsISimpleEnumerator NS_NewSingletonEnumerator(nsISupports aSingleton);
public static native nsIMutableArray NS_NewArray();
}