Fixed 57779, 58191 git-svn-id: svn://10.0.0.236/trunk@83932 18797224-902f-48f8-a5cc-f745e15eee43
52 lines
1.3 KiB
Java
52 lines
1.3 KiB
Java
/*
|
|
* ************* DO NOT EDIT THIS FILE ***********
|
|
*
|
|
* This file was automatically generated from bcIJavaSample.idl.
|
|
*/
|
|
|
|
|
|
import org.mozilla.xpcom.*;
|
|
|
|
|
|
/**
|
|
* Interface bcIJavaSample
|
|
*
|
|
* IID: 0xca1e2656-1dd1-11b2-9c4e-f49ea557abde
|
|
*/
|
|
|
|
public interface bcIJavaSample extends nsISupports
|
|
{
|
|
public static final String IID =
|
|
"ca1e2656-1dd1-11b2-9c4e-f49ea557abde";
|
|
|
|
|
|
/* void test0 (); */
|
|
public void test0();
|
|
|
|
/* void test1 (in long l); */
|
|
public void test1(int l);
|
|
|
|
/* void test2 (in bcIJavaSample o); */
|
|
public void test2(bcIJavaSample o);
|
|
|
|
/* void test3 (in PRUint32 count, [array, size_is (count)] in long valueArray); */
|
|
public void test3(int count, int[] valueArray);
|
|
|
|
/* void test4 (in PRUint32 count, [array, size_is (count)] inout string valueArray); */
|
|
public void test4(int count, String[][] valueArray);
|
|
|
|
/* void test5 (in nsIComponentManager cm); */
|
|
public void test5(nsIComponentManager cm);
|
|
|
|
/* void test6 (in PRUint32 count, [array, size_is (count)] in string valueArray); */
|
|
public void test6(int count, String[] valueArray);
|
|
|
|
/* void test7 (out PRUint32 count, [array, size_is (count)] out char valueArray); */
|
|
public void test7(int[] count, char[][] valueArray);
|
|
|
|
}
|
|
|
|
/*
|
|
* end
|
|
*/
|